#FC7F5E

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

Shades of Coral #FC7F5E

Tints of Coral #FC7F5E

Color information

#FC7F5E (or 0xFC7F5E) is unknown color: approx Coral. HEX triplet: FC, 7F and 5E. RGB value is (252,127,94). Sum of RGB (Red+Green+Blue) = 252+127+94=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7F5E is #0380A1. Grayscale: #A0A0A0. Windows color (decimal): -229538 or 6193148. OLE color: 6193148.

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

Color convert

RGB25212794-
CMYK00.500.630.01
HSL12.53º96.34%67.84%-
HSV(B)12.53º62.7%98.82%-
XYZ49.7536.6815.05-
YUV160.6190.41193.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.28%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 94 (37.11% from 255) = 19.87%
R=53.28%
G=26.85%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521279400.500.630.0112.5396.3467.84
HexFC7F5E0323F1d6044
Octal37417713606277115140104
Binary111111001111111101111001100101111111110111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7F5E; }

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

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

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

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

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

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

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

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