#F85148

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

Shades of Sunset Orange #F85148

Tints of Sunset Orange #F85148

Color information

#F85148 (or 0xF85148) is unknown color: approx Sunset Orange. HEX triplet: F8, 51 and 48. RGB value is (248,81,72). Sum of RGB (Red+Green+Blue) = 248+81+72=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F85148 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85148 is #07AEB7. Grayscale: #828282. Windows color (decimal): -503480 or 4739576. OLE color: 4739576.

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

Color convert

RGB2488172-
CMYK00.670.710.03
HSL3.07º92.63%62.75%-
HSV(B)3.07º70.97%97.25%-
XYZ42.8226.318.95-
YUV129.9195.33212.23-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 61.85%
GREEN value IS 81 (32.03% from 255) = 20.20%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=61.85%
G=20.20%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248817200.670.710.033.0792.6362.75
HexF8514804347335d3f
Octal37012111001031073313577
Binary111110001010001100100001000011100011111111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85148; }

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

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

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

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

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

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

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

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