#FA4D49

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

Shades of Sunset Orange #FA4D49

Tints of Sunset Orange #FA4D49

Color information

#FA4D49 (or 0xFA4D49) is unknown color: approx Sunset Orange. HEX triplet: FA, 4D and 49. RGB value is (250,77,73). Sum of RGB (Red+Green+Blue) = 250+77+73=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA4D49 is #05B2B6. Grayscale: #808080. Windows color (decimal): -373431 or 4804090. OLE color: 4804090.

HSL color Cylindrical-coordinate representation of color #FA4D49: hue angle of 1.36º 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 #FA4D49 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB2507773-
CMYK00.690.710.02
HSL1.36º94.65%63.33%-
HSV(B)1.36º70.8%98.04%-
XYZ43.2826.119.06-
YUV128.2796.81214.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.5%
GREEN value IS 77 (30.47% from 255) = 19.25%
BLUE value IS 73 (28.91% from 255) = 18.25%
R=62.5%
G=19.25%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250777300.690.710.021.3694.6563.33
HexFA4D4904547215f3f
Octal37211511101051072113777
Binary11111010100110110010010100010110001111011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4D49; }

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

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

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

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

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

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

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

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