#FC7C5D

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

Shades of Coral #FC7C5D

Tints of Coral #FC7C5D

Color information

#FC7C5D (or 0xFC7C5D) is unknown color: approx Coral. HEX triplet: FC, 7C and 5D. RGB value is (252,124,93). Sum of RGB (Red+Green+Blue) = 252+124+93=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7C5D is #0383A2. Grayscale: #9E9E9E. Windows color (decimal): -230307 or 6126844. OLE color: 6126844.

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

Color convert

RGB25212493-
CMYK00.510.630.01
HSL11.7º96.36%67.65%-
HSV(B)11.7º63.1%98.82%-
XYZ49.3335.914.69-
YUV158.7490.91194.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.73%
GREEN value IS 124 (48.83% from 255) = 26.44%
BLUE value IS 93 (36.72% from 255) = 19.83%
R=53.73%
G=26.44%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521249300.510.630.0111.796.3667.65
HexFC7C5D0333F1c6044
Octal37417413506377114140104
Binary111111001111100101110101100111111111110011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7C5D; }

 p { color: rgb(252,124,93); }

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

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

 a { background-color: rgb(252,124,93); }

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

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

 span { border-color: rgb(252,124,93); }

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