Shades of Coral #FB8047
Tints of Coral #FB8047
RGB
CMYK
RGB Variations
Color information
#FB8047 (or 0xFB8047) is known color: Coral. HEX triplet: FB, 80 and 47. RGB value is (251,128,71). Sum of RGB (Red+Green+Blue) = 251+128+71=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8047 is #047FB8. Grayscale: #9E9E9E. Windows color (decimal): -294841 or 4686075. OLE color: 4686075.
HSL color Cylindrical-coordinate representation of color #FB8047: hue angle of 19º 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 #FB8047 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 71 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.02 |
| HSL | 19º | 0.96% | 0.63% | - |
| HSV(B) | 19º | 0.72% | 0.98% | - |
| XYZ | 48.64 | 36.4 | 10.42 | - |
| YUV | 158.28 | 78.75 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 71 | 0 | 0.49 | 0.72 | 0.02 | 19 | 0.96 | 0.63 |
| Hex | FB | 80 | 47 | 0 | 31 | 48 | 2 | 13 | 60 | 3F |
| Octal | 373 | 200 | 107 | 0 | 61 | 110 | 2 | 23 | 140 | 77 |
| Binary | 11111011 | 10000000 | 1000111 | 0 | 110001 | 1001000 | 10 | 10011 | 1100000 | 111111 |
Color Harmonies of #FB8047
Complementary color
Monochromatic Colors of #FB8047
Black with #FB8047
Text Example
Text Example
White with #FB8047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8047; }
p { color: rgb(251,128,71); }
H1.HeaderClassName
{
color: #FB8047;
}
.AnyTagClassName
{
color: #FB8047;
}
</style>
background-color css
<style>
a { background-color: #FB8047; }
a { background-color: rgb(251,128,71); }
div.DivClassName
{
background-color: #FB8047;
}
.BgClassName
{
background-color: #FB8047;
}
</style>
border-color css
<style>
span { border-color: #FB8047; }
span { border-color: rgb(251,128,71); }
td.TdClassName
{
border-color: #FB8047;
}
.TagClassName
{
border-color: #FB8047;
}
</style>