#F85048

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

Shades of Sunset Orange #F85048

Tints of Sunset Orange #F85048

Color information

#F85048 (or 0xF85048) is unknown color: approx Sunset Orange. HEX triplet: F8, 50 and 48. RGB value is (248,80,72). Sum of RGB (Red+Green+Blue) = 248+80+72=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F85048 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85048 is #07AFB7. Grayscale: #818181. Windows color (decimal): -503736 or 4739320. OLE color: 4739320.

HSL color Cylindrical-coordinate representation of color #F85048: hue angle of 2.73º 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 #F85048 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB2488072-
CMYK00.680.710.03
HSL2.73º92.63%62.75%-
HSV(B)2.73º70.97%97.25%-
XYZ42.7526.168.93-
YUV129.3295.66212.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 62%
GREEN value IS 80 (31.64% from 255) = 20%
BLUE value IS 72 (28.52% from 255) = 18%
R=62%
G=20%
B=18%

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
Decimal248807200.680.710.032.7392.6362.75
HexF8504804447335d3f
Octal37012011001041073313577
Binary111110001010000100100001000100100011111111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85048; }

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

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

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

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

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

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

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

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