#FC7F45

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

Shades of Coral #FC7F45

Tints of Coral #FC7F45

Color information

#FC7F45 (or 0xFC7F45) is unknown color: approx Coral. HEX triplet: FC, 7F and 45. RGB value is (252,127,69). Sum of RGB (Red+Green+Blue) = 252+127+69=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7F45 is #0380BA. Grayscale: #9E9E9E. Windows color (decimal): -229563 or 4554748. OLE color: 4554748.

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

Color convert

RGB25212769-
CMYK00.500.730.01
HSL19.02º96.83%62.94%-
HSV(B)19.02º72.62%98.82%-
XYZ48.8136.310.07-
YUV157.7677.91195.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.25%
GREEN value IS 127 (50% from 255) = 28.35%
BLUE value IS 69 (27.34% from 255) = 15.40%
R=56.25%
G=28.35%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521276900.500.730.0119.0296.8362.94
HexFC7F4503249113613f
Octal37417710506211112314177
Binary1111110011111111000101011001010010011100111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7F45; }

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

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

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

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

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

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

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

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