#F85239

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

Shades of Sunset Orange #F85239

Tints of Sunset Orange #F85239

Color information

#F85239 (or 0xF85239) is unknown color: approx Sunset Orange. HEX triplet: F8, 52 and 39. RGB value is (248,82,57). Sum of RGB (Red+Green+Blue) = 248+82+57=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F85239 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85239 is #07ADC6. Grayscale: #818181. Windows color (decimal): -503239 or 3756792. OLE color: 3756792.

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

Color convert

RGB2488257-
CMYK00.670.770.03
HSL7.85º93.17%59.8%-
HSV(B)7.85º77.02%97.25%-
XYZ42.4726.296.71-
YUV128.7887.5213.03-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 64.08%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 57 (22.66% from 255) = 14.73%
R=64.08%
G=21.19%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248825700.670.770.037.8593.1759.8
HexF852390434D385d3c
Octal37012271010311531013574
Binary1111100010100101110010100001110011011110001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85239; }

 p { color: rgb(248,82,57); }

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

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

 a { background-color: rgb(248,82,57); }

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

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

 span { border-color: rgb(248,82,57); }

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