#F0553B

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

Shades of Sunset Orange #F0553B

Tints of Sunset Orange #F0553B

Color information

#F0553B (or 0xF0553B) is unknown color: approx Sunset Orange. HEX triplet: F0, 55 and 3B. RGB value is (240,85,59). Sum of RGB (Red+Green+Blue) = 240+85+59=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 59 (23.44% from 255 or 15.36% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0553B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0553B is #0FAAC4. Grayscale: #808080. Windows color (decimal): -1026757 or 3888624. OLE color: 3888624.

HSL color Cylindrical-coordinate representation of color #F0553B: hue angle of 8.62º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0553B is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB2408559-
CMYK00.650.750.06
HSL8.62º85.78%58.63%-
HSV(B)8.62º75.42%94.12%-
XYZ39.9725.346.92-
YUV128.3888.85207.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 62.5%
GREEN value IS 85 (33.59% from 255) = 22.14%
BLUE value IS 59 (23.44% from 255) = 15.36%
R=62.5%
G=22.14%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240855900.650.750.068.6285.7858.63
HexF0553B0414B69563b
Octal36012573010111361112673
Binary11110000101010111101101000001100101111010011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0553B; }

 p { color: rgb(240,85,59); }

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

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

 a { background-color: rgb(240,85,59); }

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

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

 span { border-color: rgb(240,85,59); }

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