#FC554C

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

Shades of Sunset Orange #FC554C

Tints of Sunset Orange #FC554C

Color information

#FC554C (or 0xFC554C) is unknown color: approx Sunset Orange. HEX triplet: FC, 55 and 4C. RGB value is (252,85,76). Sum of RGB (Red+Green+Blue) = 252+85+76=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC554C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC554C is #03AAB3. Grayscale: #868686. Windows color (decimal): -240308 or 5002748. OLE color: 5002748.

HSL color Cylindrical-coordinate representation of color #FC554C: hue angle of 3.07º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC554C is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB2528576-
CMYK00.660.700.01
HSL3.07º96.7%64.31%-
HSV(B)3.07º69.84%98.82%-
XYZ44.727.719.83-
YUV133.9195.33212.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 61.02%
GREEN value IS 85 (33.59% from 255) = 20.58%
BLUE value IS 76 (30.08% from 255) = 18.40%
R=61.02%
G=20.58%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252857600.660.700.013.0796.764.31
HexFC554C04246136140
Octal374125114010210613141100
Binary111111001010101100110001000010100011011111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC554C; }

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

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

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

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

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

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

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

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