#F98E56

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

Shades of Crusta #F98E56

Tints of Crusta #F98E56

Color information

#F98E56 (or 0xF98E56) is unknown color: approx Crusta. HEX triplet: F9, 8E and 56. RGB value is (249,142,86). Sum of RGB (Red+Green+Blue) = 249+142+86=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F98E56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98E56 is #0671A9. Grayscale: #A7A7A7. Windows color (decimal): -422314 or 5672697. OLE color: 5672697.

HSL color Cylindrical-coordinate representation of color #F98E56: hue angle of 20.61º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F98E56 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB24914286-
CMYK00.430.650.02
HSL20.61º93.14%65.69%-
HSV(B)20.61º65.46%97.65%-
XYZ50.4240.1613.9-
YUV167.6181.95186.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.20%
GREEN value IS 142 (55.86% from 255) = 29.77%
BLUE value IS 86 (33.98% from 255) = 18.03%
R=52.20%
G=29.77%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491428600.430.650.0220.6193.1465.69
HexF98E5602B412155d42
Octal371216126053101225135102
Binary1111100110001110101011001010111000001101010110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98E56; }

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

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

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

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

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

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

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

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