#fc8059

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

Shades of Coral #FC8059

Tints of Coral #FC8059

Color information

#FC8059 (or 0xFC8059) is unknown color: approx Coral. HEX triplet: FC, 80 and 59. RGB value is (252,128,89). Sum of RGB (Red+Green+Blue) = 252+128+89=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 89 (35.16% from 255 or 18.98% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8059 is #037FA6. Grayscale: #A0A0A0. Windows color (decimal): -229287 or 5865724. OLE color: 5865724.

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

Color convert

RGB25212889-
CMYK00.490.650.01
HSL14.36º96.45%66.86%-
HSV(B)14.36º64.68%98.82%-
XYZ49.6736.8613.95-
YUV160.6387.58193.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.73%
GREEN value IS 128 (50.39% from 255) = 27.29%
BLUE value IS 89 (35.16% from 255) = 18.98%
R=53.73%
G=27.29%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521288900.490.650.0114.3696.4566.86
HexFC8059031411e6043
Octal374200131061101116140103
Binary11111100100000001011001011000110000011111011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc8059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc8059; }

 p { color: rgb(252,128,89); }

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

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

 a { background-color: rgb(252,128,89); }

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

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

 span { border-color: rgb(252,128,89); }

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