Shades of Coral #FB8545
Tints of Coral #FB8545
RGB
CMYK
RGB Variations
Color information
#FB8545 (or 0xFB8545) is known color: Coral. HEX triplet: FB, 85 and 45. RGB value is (251,133,69). Sum of RGB (Red+Green+Blue) = 251+133+69=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8545 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8545 is #047ABA. Grayscale: #A1A1A1. Windows color (decimal): -293563 or 4556283. OLE color: 4556283.
HSL color Cylindrical-coordinate representation of color #FB8545: hue angle of 21.1º 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 #FB8545 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 69 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.02 |
| HSL | 21.1º | 0.96% | 0.63% | - |
| HSV(B) | 21.1º | 0.73% | 0.98% | - |
| XYZ | 49.25 | 37.71 | 10.31 | - |
| YUV | 160.99 | 76.09 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 69 | 0 | 0.47 | 0.73 | 0.02 | 21.1 | 0.96 | 0.63 |
| Hex | FB | 85 | 45 | 0 | 2F | 49 | 2 | 15 | 60 | 3F |
| Octal | 373 | 205 | 105 | 0 | 57 | 111 | 2 | 25 | 140 | 77 |
| Binary | 11111011 | 10000101 | 1000101 | 0 | 101111 | 1001001 | 10 | 10101 | 1100000 | 111111 |
Color Harmonies of #FB8545
Complementary color
Monochromatic Colors of #FB8545
Black with #FB8545
Text Example
Text Example
White with #FB8545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8545; }
p { color: rgb(251,133,69); }
H1.HeaderClassName
{
color: #FB8545;
}
.AnyTagClassName
{
color: #FB8545;
}
</style>
background-color css
<style>
a { background-color: #FB8545; }
a { background-color: rgb(251,133,69); }
div.DivClassName
{
background-color: #FB8545;
}
.BgClassName
{
background-color: #FB8545;
}
</style>
border-color css
<style>
span { border-color: #FB8545; }
span { border-color: rgb(251,133,69); }
td.TdClassName
{
border-color: #FB8545;
}
.TagClassName
{
border-color: #FB8545;
}
</style>