#FC8045

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

Shades of Coral #FC8045

Tints of Coral #FC8045

Color information

#FC8045 (or 0xFC8045) is unknown color: approx Coral. HEX triplet: FC, 80 and 45. RGB value is (252,128,69). Sum of RGB (Red+Green+Blue) = 252+128+69=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8045 is #037FBA. Grayscale: #9E9E9E. Windows color (decimal): -229307 or 4555004. OLE color: 4555004.

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

Color convert

RGB25212869-
CMYK00.490.730.01
HSL19.34º96.83%62.94%-
HSV(B)19.34º72.62%98.82%-
XYZ48.9436.5610.11-
YUV158.3577.58194.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.12%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 69 (27.34% from 255) = 15.37%
R=56.12%
G=28.51%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521286900.490.730.0119.3496.8362.94
HexFC804503149113613f
Octal37420010506111112314177
Binary11111100100000001000101011000110010011100111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8045; }

 p { color: rgb(252,128,69); }

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

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

 a { background-color: rgb(252,128,69); }

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

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

 span { border-color: rgb(252,128,69); }

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