#FB8246

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

Shades of Coral #FB8246

Tints of Coral #FB8246

Color information

#FB8246 (or 0xFB8246) is unknown color: approx Coral. HEX triplet: FB, 82 and 46. RGB value is (251,130,70). Sum of RGB (Red+Green+Blue) = 251+130+70=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8246 is #047DB9. Grayscale: #9F9F9F. Windows color (decimal): -294330 or 4621051. OLE color: 4621051.

HSL color Cylindrical-coordinate representation of color #FB8246: hue angle of 19.89º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB8246 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB25113070-
CMYK00.480.720.02
HSL19.89º95.77%62.94%-
HSV(B)19.89º72.11%98.43%-
XYZ48.8736.9210.34-
YUV159.3477.59193.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.65%
GREEN value IS 130 (51.17% from 255) = 28.82%
BLUE value IS 70 (27.73% from 255) = 15.52%
R=55.65%
G=28.82%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511307000.480.720.0219.8995.7762.94
HexFB824603048214603f
Octal37320210606011022414077
Binary111110111000001010001100110000100100010101001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8246; }

 p { color: rgb(251,130,70); }

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

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

 a { background-color: rgb(251,130,70); }

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

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

 span { border-color: rgb(251,130,70); }

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