#FB7246

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

Shades of Coral #FB7246

Tints of Coral #FB7246

Color information

#FB7246 (or 0xFB7246) is unknown color: approx Coral. HEX triplet: FB, 72 and 46. RGB value is (251,114,70). Sum of RGB (Red+Green+Blue) = 251+114+70=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7246 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7246 is #048DB9. Grayscale: #969696. Windows color (decimal): -298426 or 4616955. OLE color: 4616955.

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

Color convert

RGB25111470-
CMYK00.550.720.02
HSL14.59º95.77%62.94%-
HSV(B)14.59º72.11%98.43%-
XYZ46.9132.999.69-
YUV149.9582.89200.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 57.70%
GREEN value IS 114 (44.92% from 255) = 26.21%
BLUE value IS 70 (27.73% from 255) = 16.09%
R=57.70%
G=26.21%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511147000.550.720.0214.5995.7762.94
HexFB7246037482f603f
Octal37316210606711021714077
Binary1111101111100101000110011011110010001011111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7246; }

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

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

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

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

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

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

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

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