#F05646

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

Shades of Sunset Orange #F05646

Tints of Sunset Orange #F05646

Color information

#F05646 (or 0xF05646) is unknown color: approx Sunset Orange. HEX triplet: F0, 56 and 46. RGB value is (240,86,70). Sum of RGB (Red+Green+Blue) = 240+86+70=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F05646 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05646 is #0FA9B9. Grayscale: #828282. Windows color (decimal): -1026490 or 4609776. OLE color: 4609776.

HSL color Cylindrical-coordinate representation of color #F05646: hue angle of 5.65º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F05646 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB2408670-
CMYK00.640.710.06
HSL5.65º85%60.78%-
HSV(B)5.65º70.83%94.12%-
XYZ40.3725.628.61-
YUV130.2294.02206.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 60.61%
GREEN value IS 86 (33.98% from 255) = 21.72%
BLUE value IS 70 (27.73% from 255) = 17.68%
R=60.61%
G=21.72%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240867000.640.710.065.658560.78
HexF056460404766553d
Octal36012610601001076612575
Binary11110000101011010001100100000010001111101101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05646; }

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

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

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

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

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

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

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

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