#FC5349

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

Shades of Sunset Orange #FC5349

Tints of Sunset Orange #FC5349

Color information

#FC5349 (or 0xFC5349) is unknown color: approx Sunset Orange. HEX triplet: FC, 53 and 49. RGB value is (252,83,73). Sum of RGB (Red+Green+Blue) = 252+83+73=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5349 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5349 is #03ACB6. Grayscale: #848484. Windows color (decimal): -240823 or 4805628. OLE color: 4805628.

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

Color convert

RGB2528373-
CMYK00.670.710.01
HSL3.35º96.76%63.73%-
HSV(B)3.35º71.03%98.82%-
XYZ44.4427.369.24-
YUV132.3994.49213.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 61.76%
GREEN value IS 83 (32.81% from 255) = 20.34%
BLUE value IS 73 (28.91% from 255) = 17.89%
R=61.76%
G=20.34%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252837300.670.710.013.3596.7663.73
HexFC534904347136140
Octal374123111010310713141100
Binary111111001010011100100101000011100011111111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5349; }

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

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

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

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

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

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

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

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