#f25249

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

Shades of Sunset Orange #F25249

Tints of Sunset Orange #F25249

Color information

#F25249 (or 0xF25249) is unknown color: approx Sunset Orange. HEX triplet: F2, 52 and 49. RGB value is (242,82,73). Sum of RGB (Red+Green+Blue) = 242+82+73=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F25249 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25249 is #0DADB6. Grayscale: #818181. Windows color (decimal): -896439 or 4805362. OLE color: 4805362.

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

Color convert

RGB2428273-
CMYK00.660.700.05
HSL3.2º86.67%61.76%-
HSV(B)3.2º69.83%94.9%-
XYZ40.8425.399.05-
YUV128.8196.51208.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.96%
GREEN value IS 82 (32.42% from 255) = 20.65%
BLUE value IS 73 (28.91% from 255) = 18.39%
R=60.96%
G=20.65%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242827300.660.700.053.286.6761.76
HexF252490424653573e
Octal36212211101021065312776
Binary1111001010100101001001010000101000110101111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f25249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f25249; }

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

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

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

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

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

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

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

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