#FC544E

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

Shades of Sunset Orange #FC544E

Tints of Sunset Orange #FC544E

Color information

#FC544E (or 0xFC544E) is unknown color: approx Sunset Orange. HEX triplet: FC, 54 and 4E. RGB value is (252,84,78). Sum of RGB (Red+Green+Blue) = 252+84+78=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC544E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC544E is #03ABB1. Grayscale: #858585. Windows color (decimal): -240562 or 5133564. OLE color: 5133564.

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

Color convert

RGB2528478-
CMYK00.670.690.01
HSL2.07º96.67%64.71%-
HSV(B)2.07º69.05%98.82%-
XYZ44.6927.5910.18-
YUV133.5596.66212.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60.87%
GREEN value IS 84 (33.20% from 255) = 20.29%
BLUE value IS 78 (30.86% from 255) = 18.84%
R=60.87%
G=20.29%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252847800.670.690.012.0796.6764.71
HexFC544E04345126141
Octal374124116010310512141101
Binary111111001010100100111001000011100010111011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC544E; }

 p { color: rgb(252,84,78); }

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

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

 a { background-color: rgb(252,84,78); }

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

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

 span { border-color: rgb(252,84,78); }

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