#F18E62

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

Shades of Crusta #F18E62

Tints of Crusta #F18E62

Color information

#F18E62 (or 0xF18E62) is unknown color: approx Crusta. HEX triplet: F1, 8E and 62. RGB value is (241,142,98). Sum of RGB (Red+Green+Blue) = 241+142+98=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F18E62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18E62 is #0E719D. Grayscale: #A6A6A6. Windows color (decimal): -946590 or 6459121. OLE color: 6459121.

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

Color convert

RGB24114298-
CMYK00.410.590.05
HSL18.46º83.63%66.47%-
HSV(B)18.46º59.34%94.51%-
XYZ48.1538.9316.53-
YUV166.5889.3181.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.10%
GREEN value IS 142 (55.86% from 255) = 29.52%
BLUE value IS 98 (38.67% from 255) = 20.37%
R=50.10%
G=29.52%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411429800.410.590.0518.4683.6366.47
HexF18E620293B5125442
Octal36121614205173522124102
Binary1111000110001110110001001010011110111011001010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18E62; }

 p { color: rgb(241,142,98); }

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

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

 a { background-color: rgb(241,142,98); }

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

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

 span { border-color: rgb(241,142,98); }

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