#FC8254

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

Shades of Coral #FC8254

Tints of Coral #FC8254

Color information

#FC8254 (or 0xFC8254) is unknown color: approx Coral. HEX triplet: FC, 82 and 54. RGB value is (252,130,84). Sum of RGB (Red+Green+Blue) = 252+130+84=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8254 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8254 is #037DAB. Grayscale: #A1A1A1. Windows color (decimal): -228780 or 5538556. OLE color: 5538556.

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

Color convert

RGB25213084-
CMYK00.480.670.01
HSL16.43º96.55%65.88%-
HSV(B)16.43º66.67%98.82%-
XYZ49.7337.312.97-
YUV161.2384.42192.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.08%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 84 (33.20% from 255) = 18.03%
R=54.08%
G=27.90%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521308400.480.670.0116.4396.5565.88
HexFC8254030431106142
Octal374202124060103120141102
Binary111111001000001010101000110000100001111000011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8254; }

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

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

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

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

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

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

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

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