#FC8649

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

Shades of Coral #FC8649

Tints of Coral #FC8649

Color information

#FC8649 (or 0xFC8649) is unknown color: approx Coral. HEX triplet: FC, 86 and 49. RGB value is (252,134,73). Sum of RGB (Red+Green+Blue) = 252+134+73=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8649 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8649 is #0379B6. Grayscale: #A2A2A2. Windows color (decimal): -227767 or 4818684. OLE color: 4818684.

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

Color convert

RGB25213473-
CMYK00.470.710.01
HSL20.45º96.76%63.73%-
HSV(B)20.45º71.03%98.82%-
XYZ49.8738.2311.05-
YUV162.3377.59191.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.90%
GREEN value IS 134 (52.73% from 255) = 29.19%
BLUE value IS 73 (28.91% from 255) = 15.90%
R=54.90%
G=29.19%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521347300.470.710.0120.4596.7663.73
HexFC864902F471146140
Octal374206111057107124141100
Binary111111001000011010010010101111100011111010011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8649; }

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

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

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

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

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

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

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

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