#FC7942

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

Shades of Coral #FC7942

Tints of Coral #FC7942

Color information

#FC7942 (or 0xFC7942) is unknown color: approx Coral. HEX triplet: FC, 79 and 42. RGB value is (252,121,66). Sum of RGB (Red+Green+Blue) = 252+121+66=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7942 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7942 is #0386BD. Grayscale: #9A9A9A. Windows color (decimal): -231102 or 4356604. OLE color: 4356604.

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

Color convert

RGB25212166-
CMYK00.520.740.01
HSL17.74º96.88%62.35%-
HSV(B)17.74º73.81%98.82%-
XYZ47.9734.769.34-
YUV153.978.4197.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.40%
GREEN value IS 121 (47.66% from 255) = 27.56%
BLUE value IS 66 (26.17% from 255) = 15.03%
R=57.40%
G=27.56%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521216600.520.740.0117.7496.8862.35
HexFC79420344A112613e
Octal37417110206411212214176
Binary1111110011110011000010011010010010101100101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7942; }

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

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

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

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

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

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

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

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