#FC7F60

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

Shades of Coral #FC7F60

Tints of Coral #FC7F60

Color information

#FC7F60 (or 0xFC7F60) is unknown color: approx Coral. HEX triplet: FC, 7F and 60. RGB value is (252,127,96). Sum of RGB (Red+Green+Blue) = 252+127+96=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7F60 is #03809F. Grayscale: #A1A1A1. Windows color (decimal): -229536 or 6324220. OLE color: 6324220.

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

Color convert

RGB25212796-
CMYK00.500.620.01
HSL11.92º96.3%68.24%-
HSV(B)11.92º61.9%98.82%-
XYZ49.8536.7215.53-
YUV160.8491.41193.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.05%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 96 (37.89% from 255) = 20.21%
R=53.05%
G=26.74%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521279600.500.620.0111.9296.368.24
HexFC7F600323E1c6044
Octal37417714006276114140104
Binary111111001111111110000001100101111101110011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7F60; }

 p { color: rgb(252,127,96); }

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

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

 a { background-color: rgb(252,127,96); }

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

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

 span { border-color: rgb(252,127,96); }

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