#FC7249

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

Shades of Coral #FC7249

Tints of Coral #FC7249

Color information

#FC7249 (or 0xFC7249) is unknown color: approx Coral. HEX triplet: FC, 72 and 49. RGB value is (252,114,73). Sum of RGB (Red+Green+Blue) = 252+114+73=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7249 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7249 is #038DB6. Grayscale: #969696. Windows color (decimal): -232887 or 4813564. OLE color: 4813564.

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

Color convert

RGB25211473-
CMYK00.550.710.01
HSL13.74º96.76%63.73%-
HSV(B)13.74º71.03%98.82%-
XYZ47.3633.2110.22-
YUV150.5984.22200.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.40%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 73 (28.91% from 255) = 16.63%
R=57.40%
G=25.97%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521147300.550.710.0113.7496.7663.73
HexFC7249037471e6140
Octal374162111067107116141100
Binary1111110011100101001001011011110001111111011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7249; }

 p { color: rgb(252,114,73); }

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

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

 a { background-color: rgb(252,114,73); }

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

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

 span { border-color: rgb(252,114,73); }

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