#FC5649

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

Shades of Sunset Orange #FC5649

Tints of Sunset Orange #FC5649

Color information

#FC5649 (or 0xFC5649) is unknown color: approx Sunset Orange. HEX triplet: FC, 56 and 49. RGB value is (252,86,73). Sum of RGB (Red+Green+Blue) = 252+86+73=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5649 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5649 is #03A9B6. Grayscale: #868686. Windows color (decimal): -240055 or 4806396. OLE color: 4806396.

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

Color convert

RGB2528673-
CMYK00.660.710.01
HSL4.36º96.76%63.73%-
HSV(B)4.36º71.03%98.82%-
XYZ44.6827.839.32-
YUV134.1593.5212.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 61.31%
GREEN value IS 86 (33.98% from 255) = 20.92%
BLUE value IS 73 (28.91% from 255) = 17.76%
R=61.31%
G=20.92%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252867300.660.710.014.3696.7663.73
HexFC564904247146140
Octal374126111010210714141100
Binary1111110010101101001001010000101000111110011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5649; }

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

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

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

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

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

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

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

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