#FC8058

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

Shades of Coral #FC8058

Tints of Coral #FC8058

Color information

#FC8058 (or 0xFC8058) is unknown color: approx Coral. HEX triplet: FC, 80 and 58. RGB value is (252,128,88). Sum of RGB (Red+Green+Blue) = 252+128+88=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8058 is #037FA7. Grayscale: #A0A0A0. Windows color (decimal): -229288 or 5800188. OLE color: 5800188.

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

Color convert

RGB25212888-
CMYK00.490.650.01
HSL14.63º96.47%66.67%-
HSV(B)14.63º65.08%98.82%-
XYZ49.6336.8413.73-
YUV160.5287.08193.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.85%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 88 (34.77% from 255) = 18.80%
R=53.85%
G=27.35%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521288800.490.650.0114.6396.4766.67
HexFC8058031411f6043
Octal374200130061101117140103
Binary11111100100000001011000011000110000011111111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8058; }

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

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

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

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

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

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

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

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