Shades of Coral #FB8045
Tints of Coral #FB8045
RGB
CMYK
RGB Variations
Color information
#FB8045 (or 0xFB8045) is known color: Coral. HEX triplet: FB, 80 and 45. RGB value is (251,128,69). Sum of RGB (Red+Green+Blue) = 251+128+69=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8045 is #047FBA. Grayscale: #9E9E9E. Windows color (decimal): -294843 or 4555003. OLE color: 4555003.
HSL color Cylindrical-coordinate representation of color #FB8045: hue angle of 19.45º 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 #FB8045 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 69 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.02 |
| HSL | 19.45º | 0.96% | 0.63% | - |
| HSV(B) | 19.45º | 0.73% | 0.98% | - |
| XYZ | 48.58 | 36.38 | 10.09 | - |
| YUV | 158.05 | 77.75 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 69 | 0 | 0.49 | 0.73 | 0.02 | 19.45 | 0.96 | 0.63 |
| Hex | FB | 80 | 45 | 0 | 31 | 49 | 2 | 13 | 60 | 3F |
| Octal | 373 | 200 | 105 | 0 | 61 | 111 | 2 | 23 | 140 | 77 |
| Binary | 11111011 | 10000000 | 1000101 | 0 | 110001 | 1001001 | 10 | 10011 | 1100000 | 111111 |
Color Harmonies of #FB8045
Complementary color
Monochromatic Colors of #FB8045
Black with #FB8045
Text Example
Text Example
White with #FB8045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8045; }
p { color: rgb(251,128,69); }
H1.HeaderClassName
{
color: #FB8045;
}
.AnyTagClassName
{
color: #FB8045;
}
</style>
background-color css
<style>
a { background-color: #FB8045; }
a { background-color: rgb(251,128,69); }
div.DivClassName
{
background-color: #FB8045;
}
.BgClassName
{
background-color: #FB8045;
}
</style>
border-color css
<style>
span { border-color: #FB8045; }
span { border-color: rgb(251,128,69); }
td.TdClassName
{
border-color: #FB8045;
}
.TagClassName
{
border-color: #FB8045;
}
</style>