#FB8060

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

Shades of Coral #FB8060

Tints of Coral #FB8060

Color information

#FB8060 (or 0xFB8060) is unknown color: approx Coral. HEX triplet: FB, 80 and 60. RGB value is (251,128,96). Sum of RGB (Red+Green+Blue) = 251+128+96=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8060 is #047F9F. Grayscale: #A1A1A1. Windows color (decimal): -294816 or 6324475. OLE color: 6324475.

HSL color Cylindrical-coordinate representation of color #FB8060: hue angle of 12.39º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB8060 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB25112896-
CMYK00.490.620.02
HSL12.39º95.09%68.04%-
HSV(B)12.39º61.75%98.43%-
XYZ49.6136.7915.55-
YUV161.1391.25192.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.84%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 96 (37.89% from 255) = 20.21%
R=52.84%
G=26.95%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511289600.490.620.0212.3995.0968.04
HexFB80600313E2c5f44
Octal37320014006176214137104
Binary11111011100000001100000011000111111010110010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8060; }

 p { color: rgb(251,128,96); }

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

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

 a { background-color: rgb(251,128,96); }

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

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

 span { border-color: rgb(251,128,96); }

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