#FC8258

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

Shades of Coral #FC8258

Tints of Coral #FC8258

Color information

#FC8258 (or 0xFC8258) is unknown color: approx Coral. HEX triplet: FC, 82 and 58. RGB value is (252,130,88). Sum of RGB (Red+Green+Blue) = 252+130+88=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8258 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8258 is #037DA7. Grayscale: #A1A1A1. Windows color (decimal): -228776 or 5800700. OLE color: 5800700.

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

Color convert

RGB25213088-
CMYK00.480.650.01
HSL15.37º96.47%66.67%-
HSV(B)15.37º65.08%98.82%-
XYZ49.8937.3713.82-
YUV161.6986.42192.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.62%
GREEN value IS 130 (51.17% from 255) = 27.66%
BLUE value IS 88 (34.77% from 255) = 18.72%
R=53.62%
G=27.66%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521308800.480.650.0115.3796.4766.67
HexFC8258030411f6043
Octal374202130060101117140103
Binary11111100100000101011000011000010000011111111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8258; }

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

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

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

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

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

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

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

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