#FA5249

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

Shades of Sunset Orange #FA5249

Tints of Sunset Orange #FA5249

Color information

#FA5249 (or 0xFA5249) is unknown color: approx Sunset Orange. HEX triplet: FA, 52 and 49. RGB value is (250,82,73). Sum of RGB (Red+Green+Blue) = 250+82+73=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5249 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5249 is #05ADB6. Grayscale: #838383. Windows color (decimal): -372151 or 4805370. OLE color: 4805370.

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

Color convert

RGB2508273-
CMYK00.670.710.02
HSL3.05º94.65%63.33%-
HSV(B)3.05º70.8%98.04%-
XYZ43.6426.849.18-
YUV131.2195.16212.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 61.73%
GREEN value IS 82 (32.42% from 255) = 20.25%
BLUE value IS 73 (28.91% from 255) = 18.02%
R=61.73%
G=20.25%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250827300.670.710.023.0594.6563.33
HexFA524904347235f3f
Octal37212211101031072313777
Binary111110101010010100100101000011100011110111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5249; }

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

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

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

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

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

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

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

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