#F2564A

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

Shades of Sunset Orange #F2564A

Tints of Sunset Orange #F2564A

Color information

#F2564A (or 0xF2564A) is unknown color: approx Sunset Orange. HEX triplet: F2, 56 and 4A. RGB value is (242,86,74). Sum of RGB (Red+Green+Blue) = 242+86+74=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F2564A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2564A is #0DA9B5. Grayscale: #838383. Windows color (decimal): -895414 or 4871922. OLE color: 4871922.

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

Color convert

RGB2428674-
CMYK00.640.690.05
HSL4.29º86.6%61.96%-
HSV(B)4.29º69.42%94.9%-
XYZ41.1826.039.33-
YUV131.2895.68206.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.20%
GREEN value IS 86 (33.98% from 255) = 21.39%
BLUE value IS 74 (29.30% from 255) = 18.41%
R=60.20%
G=21.39%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242867400.640.690.054.2986.661.96
HexF2564A0404554573e
Octal36212611201001055412776
Binary11110010101011010010100100000010001011011001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2564A; }

 p { color: rgb(242,86,74); }

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

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

 a { background-color: rgb(242,86,74); }

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

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

 span { border-color: rgb(242,86,74); }

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