#FC7842

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

Shades of Coral #FC7842

Tints of Coral #FC7842

Color information

#FC7842 (or 0xFC7842) is unknown color: approx Coral. HEX triplet: FC, 78 and 42. RGB value is (252,120,66). Sum of RGB (Red+Green+Blue) = 252+120+66=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7842 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7842 is #0387BD. Grayscale: #999999. Windows color (decimal): -231358 or 4356348. OLE color: 4356348.

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

Color convert

RGB25212066-
CMYK00.520.740.01
HSL17.42º96.88%62.35%-
HSV(B)17.42º73.81%98.82%-
XYZ47.8434.529.3-
YUV153.3178.73198.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.53%
GREEN value IS 120 (47.27% from 255) = 27.40%
BLUE value IS 66 (26.17% from 255) = 15.07%
R=57.53%
G=27.40%
B=15.07%

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
Decimal2521206600.520.740.0117.4296.8862.35
HexFC78420344A111613e
Octal37417010206411212114176
Binary1111110011110001000010011010010010101100011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7842; }

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

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

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

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

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

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

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

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