Shades of Coral #FB8445
Tints of Coral #FB8445
RGB
CMYK
RGB Variations
Color information
#FB8445 (or 0xFB8445) is known color: Coral. HEX triplet: FB, 84 and 45. RGB value is (251,132,69). Sum of RGB (Red+Green+Blue) = 251+132+69=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8445 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8445 is #047BBA. Grayscale: #A0A0A0. Windows color (decimal): -293819 or 4556027. OLE color: 4556027.
HSL color Cylindrical-coordinate representation of color #FB8445: hue angle of 20.77º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB8445 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 69 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.02 |
| HSL | 20.77º | 0.96% | 0.63% | - |
| HSV(B) | 20.77º | 0.73% | 0.98% | - |
| XYZ | 49.11 | 37.44 | 10.27 | - |
| YUV | 160.4 | 76.42 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 69 | 0 | 0.47 | 0.73 | 0.02 | 20.77 | 0.96 | 0.63 |
| Hex | FB | 84 | 45 | 0 | 2F | 49 | 2 | 15 | 60 | 3F |
| Octal | 373 | 204 | 105 | 0 | 57 | 111 | 2 | 25 | 140 | 77 |
| Binary | 11111011 | 10000100 | 1000101 | 0 | 101111 | 1001001 | 10 | 10101 | 1100000 | 111111 |
Color Harmonies of #FB8445
Complementary color
Monochromatic Colors of #FB8445
Black with #FB8445
Text Example
Text Example
White with #FB8445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8445; }
p { color: rgb(251,132,69); }
H1.HeaderClassName
{
color: #FB8445;
}
.AnyTagClassName
{
color: #FB8445;
}
</style>
background-color css
<style>
a { background-color: #FB8445; }
a { background-color: rgb(251,132,69); }
div.DivClassName
{
background-color: #FB8445;
}
.BgClassName
{
background-color: #FB8445;
}
</style>
border-color css
<style>
span { border-color: #FB8445; }
span { border-color: rgb(251,132,69); }
td.TdClassName
{
border-color: #FB8445;
}
.TagClassName
{
border-color: #FB8445;
}
</style>