#FC7C5A

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

Shades of Coral #FC7C5A

Tints of Coral #FC7C5A

Color information

#FC7C5A (or 0xFC7C5A) is unknown color: approx Coral. HEX triplet: FC, 7C and 5A. RGB value is (252,124,90). Sum of RGB (Red+Green+Blue) = 252+124+90=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7C5A is #0383A5. Grayscale: #9E9E9E. Windows color (decimal): -230310 or 5930236. OLE color: 5930236.

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

Color convert

RGB25212490-
CMYK00.510.640.01
HSL12.59º96.43%67.06%-
HSV(B)12.59º64.29%98.82%-
XYZ49.235.8514-
YUV158.489.41194.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.08%
GREEN value IS 124 (48.83% from 255) = 26.61%
BLUE value IS 90 (35.55% from 255) = 19.31%
R=54.08%
G=26.61%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521249000.510.640.0112.5996.4367.06
HexFC7C5A033401d6043
Octal374174132063100115140103
Binary1111110011111001011010011001110000001110111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7C5A; }

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

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

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

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

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

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

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

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