#F05642

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

Shades of Sunset Orange #F05642

Tints of Sunset Orange #F05642

Color information

#F05642 (or 0xF05642) is unknown color: approx Sunset Orange. HEX triplet: F0, 56 and 42. RGB value is (240,86,66). Sum of RGB (Red+Green+Blue) = 240+86+66=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F05642 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05642 is #0FA9BD. Grayscale: #828282. Windows color (decimal): -1026494 or 4347632. OLE color: 4347632.

HSL color Cylindrical-coordinate representation of color #F05642: hue angle of 6.9º 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 #F05642 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB2408666-
CMYK00.640.720.06
HSL6.9º85.29%60%-
HSV(B)6.9º72.5%94.12%-
XYZ40.2525.577.97-
YUV129.7792.02206.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 61.22%
GREEN value IS 86 (33.98% from 255) = 21.94%
BLUE value IS 66 (26.17% from 255) = 16.84%
R=61.22%
G=21.94%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240866600.640.720.066.985.2960
HexF056420404867553c
Octal36012610201001106712574
Binary11110000101011010000100100000010010001101111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05642; }

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

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

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

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

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

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

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

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