#FC805E

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

Shades of Coral #FC805E

Tints of Coral #FC805E

Color information

#FC805E (or 0xFC805E) is unknown color: approx Coral. HEX triplet: FC, 80 and 5E. RGB value is (252,128,94). Sum of RGB (Red+Green+Blue) = 252+128+94=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC805E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC805E is #037FA1. Grayscale: #A1A1A1. Windows color (decimal): -229282 or 6193404. OLE color: 6193404.

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

Color convert

RGB25212894-
CMYK00.490.630.01
HSL12.91º96.34%67.84%-
HSV(B)12.91º62.7%98.82%-
XYZ49.8836.9415.09-
YUV161.290.08192.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.16%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 94 (37.11% from 255) = 19.83%
R=53.16%
G=27.00%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521289400.490.630.0112.9196.3467.84
HexFC805E0313F1d6044
Octal37420013606177115140104
Binary1111110010000000101111001100011111111110111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC805E; }

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

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

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

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

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

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

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

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