#F0564B

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

Shades of Sunset Orange #F0564B

Tints of Sunset Orange #F0564B

Color information

#F0564B (or 0xF0564B) is unknown color: approx Sunset Orange. HEX triplet: F0, 56 and 4B. RGB value is (240,86,75). Sum of RGB (Red+Green+Blue) = 240+86+75=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0564B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0564B is #0FA9B4. Grayscale: #828282. Windows color (decimal): -1026485 or 4937456. OLE color: 4937456.

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

Color convert

RGB2408675-
CMYK00.640.690.06
HSL84.62%61.76%-
HSV(B)68.75%94.12%-
XYZ40.5325.699.48-
YUV130.7996.52205.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.85%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 75 (29.69% from 255) = 18.70%
R=59.85%
G=21.45%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240867500.640.690.06484.6261.76
HexF0564B0404564553e
Octal36012611301001056412576
Binary11110000101011010010110100000010001011101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0564B; }

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

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

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

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

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

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

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

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