#FC7949

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

Shades of Coral #FC7949

Tints of Coral #FC7949

Color information

#FC7949 (or 0xFC7949) is unknown color: approx Coral. HEX triplet: FC, 79 and 49. RGB value is (252,121,73). Sum of RGB (Red+Green+Blue) = 252+121+73=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7949 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7949 is #0386B6. Grayscale: #9B9B9B. Windows color (decimal): -231095 or 4815356. OLE color: 4815356.

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

Color convert

RGB25212173-
CMYK00.520.710.01
HSL16.09º96.76%63.73%-
HSV(B)16.09º71.03%98.82%-
XYZ48.1834.8510.49-
YUV154.781.9197.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.50%
GREEN value IS 121 (47.66% from 255) = 27.13%
BLUE value IS 73 (28.91% from 255) = 16.37%
R=56.50%
G=27.13%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521217300.520.710.0116.0996.7663.73
HexFC7949034471106140
Octal374171111064107120141100
Binary11111100111100110010010110100100011111000011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7949; }

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

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

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

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

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

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

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

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