#F05542

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

Shades of Sunset Orange #F05542

Tints of Sunset Orange #F05542

Color information

#F05542 (or 0xF05542) is unknown color: approx Sunset Orange. HEX triplet: F0, 55 and 42. RGB value is (240,85,66). Sum of RGB (Red+Green+Blue) = 240+85+66=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F05542 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05542 is #0FAABD. Grayscale: #818181. Windows color (decimal): -1026750 or 4347376. OLE color: 4347376.

HSL color Cylindrical-coordinate representation of color #F05542: hue angle of 6.55º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F05542 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB2408566-
CMYK00.650.720.06
HSL6.55º85.29%60%-
HSV(B)6.55º72.5%94.12%-
XYZ40.1725.427.94-
YUV129.1892.35207.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 61.38%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 66 (26.17% from 255) = 16.88%
R=61.38%
G=21.74%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240856600.650.720.066.5585.2960
HexF055420414867553c
Octal36012510201011106712574
Binary11110000101010110000100100000110010001101111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05542; }

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

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

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

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

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

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

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

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