#F2524F

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

Shades of Sunset Orange #F2524F

Tints of Sunset Orange #F2524F

Color information

#F2524F (or 0xF2524F) is unknown color: approx Sunset Orange. HEX triplet: F2, 52 and 4F. RGB value is (242,82,79). Sum of RGB (Red+Green+Blue) = 242+82+79=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F2524F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2524F is #0DADB0. Grayscale: #818181. Windows color (decimal): -896433 or 5198578. OLE color: 5198578.

HSL color Cylindrical-coordinate representation of color #F2524F: hue angle of 1.1º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2524F is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB2428279-
CMYK00.660.670.05
HSL1.1º86.24%62.94%-
HSV(B)1.1º67.36%94.9%-
XYZ41.0525.4810.15-
YUV129.599.51208.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.05%
GREEN value IS 82 (32.42% from 255) = 20.35%
BLUE value IS 79 (31.25% from 255) = 19.60%
R=60.05%
G=20.35%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242827900.660.670.051.186.2462.94
HexF2524F0424351563f
Octal36212211701021035112677
Binary111100101010010100111101000010100001110111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2524F; }

 p { color: rgb(242,82,79); }

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

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

 a { background-color: rgb(242,82,79); }

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

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

 span { border-color: rgb(242,82,79); }

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