#FC744F

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

Shades of Coral #FC744F

Tints of Coral #FC744F

Color information

#FC744F (or 0xFC744F) is unknown color: approx Coral. HEX triplet: FC, 74 and 4F. RGB value is (252,116,79). Sum of RGB (Red+Green+Blue) = 252+116+79=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC744F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC744F is #038BB0. Grayscale: #989898. Windows color (decimal): -232369 or 5207292. OLE color: 5207292.

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

Color convert

RGB25211679-
CMYK00.540.690.01
HSL12.83º96.65%64.9%-
HSV(B)12.83º68.65%98.82%-
XYZ47.833.7511.39-
YUV152.4586.56199.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.38%
GREEN value IS 116 (45.70% from 255) = 25.95%
BLUE value IS 79 (31.25% from 255) = 17.67%
R=56.38%
G=25.95%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521167900.540.690.0112.8396.6564.9
HexFC744F036451d6141
Octal374164117066105115141101
Binary1111110011101001001111011011010001011110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC744F; }

 p { color: rgb(252,116,79); }

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

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

 a { background-color: rgb(252,116,79); }

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

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

 span { border-color: rgb(252,116,79); }

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