#f18961

Color #F18961 Crusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusta #F18961

Tints of Crusta #F18961

Color information

#F18961 (or 0xF18961) is unknown color: approx Crusta. HEX triplet: F1, 89 and 61. RGB value is (241,137,97). Sum of RGB (Red+Green+Blue) = 241+137+97=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F18961 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18961 is #0E769E. Grayscale: #A3A3A3. Windows color (decimal): -947871 or 6392305. OLE color: 6392305.

HSL color Cylindrical-coordinate representation of color #F18961: hue angle of 16.67º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F18961 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24113797-
CMYK00.430.600.05
HSL16.67º83.72%66.27%-
HSV(B)16.67º59.75%94.51%-
XYZ47.3837.4616.04-
YUV163.5490.46183.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 50.74%
GREEN value IS 137 (53.91% from 255) = 28.84%
BLUE value IS 97 (38.28% from 255) = 20.42%
R=50.74%
G=28.84%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411379700.430.600.0516.6783.7266.27
HexF1896102B3C5115442
Octal36121114105374521124102
Binary1111000110001001110000101010111111001011000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f18961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f18961; }

 p { color: rgb(241,137,97); }

 H1.HeaderClassName
 {
   color: #f18961;
 }
 .AnyTagClassName
 {
   color: #f18961;
 }
</style>
background-color css

<style>
 a { background-color: #f18961; }

 a { background-color: rgb(241,137,97); }

 div.DivClassName
 {
   background-color: #f18961;
 }
 .BgClassName
 {
   background-color: #f18961;
 }
</style>
border-color css

<style>
 span { border-color: #f18961; }

 span { border-color: rgb(241,137,97); }

 td.TdClassName
 {
   border-color: #f18961;
 }
 .TagClassName
 {
   border-color: #f18961;
 }
</style>