#FC5149

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

Shades of Sunset Orange #FC5149

Tints of Sunset Orange #FC5149

Color information

#FC5149 (or 0xFC5149) is unknown color: approx Sunset Orange. HEX triplet: FC, 51 and 49. RGB value is (252,81,73). Sum of RGB (Red+Green+Blue) = 252+81+73=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5149 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5149 is #03AEB6. Grayscale: #838383. Windows color (decimal): -241335 or 4805116. OLE color: 4805116.

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

Color convert

RGB2528173-
CMYK00.680.710.01
HSL2.68º96.76%63.73%-
HSV(B)2.68º71.03%98.82%-
XYZ44.2927.069.19-
YUV131.2295.15214.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 62.07%
GREEN value IS 81 (32.03% from 255) = 19.95%
BLUE value IS 73 (28.91% from 255) = 17.98%
R=62.07%
G=19.95%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252817300.680.710.012.6896.7663.73
HexFC514904447136140
Octal374121111010410713141100
Binary111111001010001100100101000100100011111111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5149; }

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

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

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

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

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

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

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

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