#FC8154

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

Shades of Coral #FC8154

Tints of Coral #FC8154

Color information

#FC8154 (or 0xFC8154) is unknown color: approx Coral. HEX triplet: FC, 81 and 54. RGB value is (252,129,84). Sum of RGB (Red+Green+Blue) = 252+129+84=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 84 (33.20% from 255 or 18.06% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8154 is #037EAB. Grayscale: #A0A0A0. Windows color (decimal): -229036 or 5538300. OLE color: 5538300.

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

Color convert

RGB25212984-
CMYK00.490.670.01
HSL16.07º96.55%65.88%-
HSV(B)16.07º66.67%98.82%-
XYZ49.637.0412.92-
YUV160.6584.75193.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.19%
GREEN value IS 129 (50.78% from 255) = 27.74%
BLUE value IS 84 (33.20% from 255) = 18.06%
R=54.19%
G=27.74%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521298400.490.670.0116.0796.5565.88
HexFC8154031431106142
Octal374201124061103120141102
Binary111111001000000110101000110001100001111000011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8154; }

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

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

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

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

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

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

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

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