#FC7E42

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

Shades of Coral #FC7E42

Tints of Coral #FC7E42

Color information

#FC7E42 (or 0xFC7E42) is unknown color: approx Coral. HEX triplet: FC, 7E and 42. RGB value is (252,126,66). Sum of RGB (Red+Green+Blue) = 252+126+66=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7E42 is #0381BD. Grayscale: #9D9D9D. Windows color (decimal): -229822 or 4357884. OLE color: 4357884.

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

Color convert

RGB25212666-
CMYK00.50.740.01
HSL19.35º96.88%62.35%-
HSV(B)19.35º73.81%98.82%-
XYZ48.5936.019.54-
YUV156.8376.74195.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.76%
GREEN value IS 126 (49.61% from 255) = 28.38%
BLUE value IS 66 (26.17% from 255) = 14.86%
R=56.76%
G=28.38%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521266600.50.740.0119.3596.8862.35
HexFC7E420324A113613e
Octal37417610206211212314176
Binary1111110011111101000010011001010010101100111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7E42; }

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

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

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

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

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

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

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

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