#FC554E

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

Shades of Sunset Orange #FC554E

Tints of Sunset Orange #FC554E

Color information

#FC554E (or 0xFC554E) is unknown color: approx Sunset Orange. HEX triplet: FC, 55 and 4E. RGB value is (252,85,78). Sum of RGB (Red+Green+Blue) = 252+85+78=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC554E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC554E is #03AAB1. Grayscale: #868686. Windows color (decimal): -240306 or 5133820. OLE color: 5133820.

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

Color convert

RGB2528578-
CMYK00.660.690.01
HSL2.41º96.67%64.71%-
HSV(B)2.41º69.05%98.82%-
XYZ44.7727.7410.2-
YUV134.1496.33212.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60.72%
GREEN value IS 85 (33.59% from 255) = 20.48%
BLUE value IS 78 (30.86% from 255) = 18.80%
R=60.72%
G=20.48%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252857800.660.690.012.4196.6764.71
HexFC554E04245126141
Octal374125116010210512141101
Binary111111001010101100111001000010100010111011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC554E; }

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

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

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

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

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

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

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

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