#F55336

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

Shades of Sunset Orange #F55336

Tints of Sunset Orange #F55336

Color information

#F55336 (or 0xF55336) is unknown color: approx Sunset Orange. HEX triplet: F5, 53 and 36. RGB value is (245,83,54). Sum of RGB (Red+Green+Blue) = 245+83+54=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F55336 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55336 is #0AACC9. Grayscale: #808080. Windows color (decimal): -699594 or 3560437. OLE color: 3560437.

HSL color Cylindrical-coordinate representation of color #F55336: hue angle of 9.11º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F55336 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB2458354-
CMYK00.660.780.04
HSL9.11º90.52%58.63%-
HSV(B)9.11º77.96%96.08%-
XYZ41.4225.876.3-
YUV128.1386.17211.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.14%
GREEN value IS 83 (32.81% from 255) = 21.73%
BLUE value IS 54 (21.48% from 255) = 14.14%
R=64.14%
G=21.73%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245835400.660.780.049.1190.5258.63
HexF553360424E495b3b
Octal36512366010211641113373
Binary11110101101001111011001000010100111010010011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55336; }

 p { color: rgb(245,83,54); }

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

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

 a { background-color: rgb(245,83,54); }

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

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

 span { border-color: rgb(245,83,54); }

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