#FC7E45

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

Shades of Coral #FC7E45

Tints of Coral #FC7E45

Color information

#FC7E45 (or 0xFC7E45) is unknown color: approx Coral. HEX triplet: FC, 7E and 45. RGB value is (252,126,69). Sum of RGB (Red+Green+Blue) = 252+126+69=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7E45 is #0381BA. Grayscale: #9D9D9D. Windows color (decimal): -229819 or 4554492. OLE color: 4554492.

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

Color convert

RGB25212669-
CMYK00.50.730.01
HSL18.69º96.83%62.94%-
HSV(B)18.69º72.62%98.82%-
XYZ48.6836.0510.02-
YUV157.1878.24195.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.38%
GREEN value IS 126 (49.61% from 255) = 28.19%
BLUE value IS 69 (27.34% from 255) = 15.44%
R=56.38%
G=28.19%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521266900.50.730.0118.6996.8362.94
HexFC7E4503249113613f
Octal37417610506211112314177
Binary1111110011111101000101011001010010011100111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7E45; }

 p { color: rgb(252,126,69); }

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

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

 a { background-color: rgb(252,126,69); }

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

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

 span { border-color: rgb(252,126,69); }

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