#F18E56

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

Shades of Crusta #F18E56

Tints of Crusta #F18E56

Color information

#F18E56 (or 0xF18E56) is unknown color: approx Crusta. HEX triplet: F1, 8E and 56. RGB value is (241,142,86). Sum of RGB (Red+Green+Blue) = 241+142+86=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F18E56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18E56 is #0E71A9. Grayscale: #A5A5A5. Windows color (decimal): -946602 or 5672689. OLE color: 5672689.

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

Color convert

RGB24114286-
CMYK00.410.640.05
HSL21.68º84.7%64.12%-
HSV(B)21.68º64.32%94.51%-
XYZ47.6338.7213.77-
YUV165.2283.3182.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.39%
GREEN value IS 142 (55.86% from 255) = 30.28%
BLUE value IS 86 (33.98% from 255) = 18.34%
R=51.39%
G=30.28%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411428600.410.640.0521.6884.764.12
HexF18E56029405165540
Octal361216126051100526125100
Binary11110001100011101010110010100110000001011011010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18E56; }

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

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

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

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

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

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

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

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