#FB8046

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

Shades of Coral #FB8046

Tints of Coral #FB8046

Color information

#FB8046 (or 0xFB8046) is unknown color: approx Coral. HEX triplet: FB, 80 and 46. RGB value is (251,128,70). Sum of RGB (Red+Green+Blue) = 251+128+70=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8046 is #047FB9. Grayscale: #9E9E9E. Windows color (decimal): -294842 or 4620539. OLE color: 4620539.

HSL color Cylindrical-coordinate representation of color #FB8046: hue angle of 19.23º 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 #FB8046 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB25112870-
CMYK00.490.720.02
HSL19.23º95.77%62.94%-
HSV(B)19.23º72.11%98.43%-
XYZ48.6136.3910.26-
YUV158.1678.25194.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.90%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 70 (27.73% from 255) = 15.59%
R=55.90%
G=28.51%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511287000.490.720.0219.2395.7762.94
HexFB804603148213603f
Octal37320010606111022314077
Binary111110111000000010001100110001100100010100111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8046; }

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

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

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

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

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

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

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

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