#F55032

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

Shades of Sunset Orange #F55032

Tints of Sunset Orange #F55032

Color information

#F55032 (or 0xF55032) is unknown color: approx Sunset Orange. HEX triplet: F5, 50 and 32. RGB value is (245,80,50). Sum of RGB (Red+Green+Blue) = 245+80+50=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F55032 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55032 is #0AAFCD. Grayscale: #7E7E7E. Windows color (decimal): -700366 or 3297525. OLE color: 3297525.

HSL color Cylindrical-coordinate representation of color #F55032: hue angle of 9.23º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F55032 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB2458050-
CMYK00.670.800.04
HSL9.23º90.7%57.84%-
HSV(B)9.23º79.59%96.08%-
XYZ41.125.385.75-
YUV125.9285.16212.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 65.33%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 50 (19.92% from 255) = 13.33%
R=65.33%
G=21.33%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245805000.670.800.049.2390.757.84
HexF5503204350495b3a
Octal36512062010312041113372
Binary11110101101000011001001000011101000010010011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55032; }

 p { color: rgb(245,80,50); }

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

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

 a { background-color: rgb(245,80,50); }

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

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

 span { border-color: rgb(245,80,50); }

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