#F85552

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

Shades of Sunset Orange #F85552

Tints of Sunset Orange #F85552

Color information

#F85552 (or 0xF85552) is unknown color: approx Sunset Orange. HEX triplet: F8, 55 and 52. RGB value is (248,85,82). Sum of RGB (Red+Green+Blue) = 248+85+82=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F85552 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85552 is #07AAAD. Grayscale: #858585. Windows color (decimal): -502446 or 5395960. OLE color: 5395960.

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

Color convert

RGB2488582-
CMYK00.660.670.03
HSL1.08º92.22%64.71%-
HSV(B)1.08º66.94%97.25%-
XYZ43.4827.0610.91-
YUV133.499209.74-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 59.76%
GREEN value IS 85 (33.59% from 255) = 20.48%
BLUE value IS 82 (32.42% from 255) = 19.76%
R=59.76%
G=20.48%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248858200.660.670.031.0892.2264.71
HexF8555204243315c41
Octal370125122010210331134101
Binary111110001010101101001001000010100001111110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85552; }

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

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

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

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

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

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

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

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