#F2524C

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

Shades of Sunset Orange #F2524C

Tints of Sunset Orange #F2524C

Color information

#F2524C (or 0xF2524C) is unknown color: approx Sunset Orange. HEX triplet: F2, 52 and 4C. RGB value is (242,82,76). Sum of RGB (Red+Green+Blue) = 242+82+76=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F2524C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2524C is #0DADB3. Grayscale: #818181. Windows color (decimal): -896436 or 5001970. OLE color: 5001970.

HSL color Cylindrical-coordinate representation of color #F2524C: hue angle of 2.17º degrees, saturation: 0.86, 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 #F2524C is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB2428276-
CMYK00.660.690.05
HSL2.17º86.46%62.35%-
HSV(B)2.17º68.6%94.9%-
XYZ40.9425.439.59-
YUV129.1698.01208.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.5%
GREEN value IS 82 (32.42% from 255) = 20.5%
BLUE value IS 76 (30.08% from 255) = 19%
R=60.5%
G=20.5%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242827600.660.690.052.1786.4662.35
HexF2524C0424552563e
Octal36212211401021055212676
Binary1111001010100101001100010000101000101101101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2524C; }

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

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

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

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

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

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

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

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