#F85049

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

Shades of Sunset Orange #F85049

Tints of Sunset Orange #F85049

Color information

#F85049 (or 0xF85049) is unknown color: approx Sunset Orange. HEX triplet: F8, 50 and 49. RGB value is (248,80,73). Sum of RGB (Red+Green+Blue) = 248+80+73=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F85049 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85049 is #07AFB6. Grayscale: #818181. Windows color (decimal): -503735 or 4804856. OLE color: 4804856.

HSL color Cylindrical-coordinate representation of color #F85049: hue angle of 2.4º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F85049 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB2488073-
CMYK00.680.710.03
HSL2.4º92.59%62.94%-
HSV(B)2.4º70.56%97.25%-
XYZ42.7826.179.1-
YUV129.4396.16212.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 61.85%
GREEN value IS 80 (31.64% from 255) = 19.95%
BLUE value IS 73 (28.91% from 255) = 18.20%
R=61.85%
G=19.95%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248807300.680.710.032.492.5962.94
HexF8504904447325d3f
Octal37012011101041073213577
Binary111110001010000100100101000100100011111101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85049; }

 p { color: rgb(248,80,73); }

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

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

 a { background-color: rgb(248,80,73); }

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

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

 span { border-color: rgb(248,80,73); }

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