#FC4A49

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

Shades of Sunset Orange #FC4A49

Tints of Sunset Orange #FC4A49

Color information

#FC4A49 (or 0xFC4A49) is unknown color: approx Sunset Orange. HEX triplet: FC, 4A and 49. RGB value is (252,74,73). Sum of RGB (Red+Green+Blue) = 252+74+73=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4A49 is #03B5B6. Grayscale: #7F7F7F. Windows color (decimal): -243127 or 4803324. OLE color: 4803324.

HSL color Cylindrical-coordinate representation of color #FC4A49: hue angle of 0.34º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC4A49 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB2527473-
CMYK00.710.710.01
HSL0.34º96.76%63.73%-
HSV(B)0.34º71.03%98.82%-
XYZ43.826.079.03-
YUV127.1197.47217.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.16%
GREEN value IS 74 (29.30% from 255) = 18.55%
BLUE value IS 73 (28.91% from 255) = 18.30%
R=63.16%
G=18.55%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252747300.710.710.010.3496.7663.73
HexFC4A4904747106140
Octal374112111010710710141100
Binary11111100100101010010010100011110001111011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4A49; }

 p { color: rgb(252,74,73); }

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

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

 a { background-color: rgb(252,74,73); }

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

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

 span { border-color: rgb(252,74,73); }

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