#F85037

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

Shades of Sunset Orange #F85037

Tints of Sunset Orange #F85037

Color information

#F85037 (or 0xF85037) is unknown color: approx Sunset Orange. HEX triplet: F8, 50 and 37. RGB value is (248,80,55). Sum of RGB (Red+Green+Blue) = 248+80+55=383 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.75% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 55 (21.88% from 255 or 14.36% from 383); Max value from RGB is 248 - color contains mainly: red. Hex color #F85037 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85037 is #07AFC8. Grayscale: #7F7F7F. Windows color (decimal): -503753 or 3625208. OLE color: 3625208.

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

Color convert

RGB2488055-
CMYK00.680.780.03
HSL7.77º93.24%59.41%-
HSV(B)7.77º77.82%97.25%-
XYZ42.2725.976.4-
YUV127.3887.16214.03-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 64.75%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 55 (21.88% from 255) = 14.36%
R=64.75%
G=20.89%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248805500.680.780.037.7793.2459.41
HexF850370444E385d3b
Octal37012067010411631013573
Binary1111100010100001101110100010010011101110001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85037; }

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

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

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

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

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

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

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

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