Shades of Coral #FB8644
Tints of Coral #FB8644
RGB
CMYK
RGB Variations
Color information
#FB8644 (or 0xFB8644) is known color: Coral. HEX triplet: FB, 86 and 44. RGB value is (251,134,68). Sum of RGB (Red+Green+Blue) = 251+134+68=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8644 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8644 is #0479BB. Grayscale: #A1A1A1. Windows color (decimal): -293308 or 4491003. OLE color: 4491003.
HSL color Cylindrical-coordinate representation of color #FB8644: hue angle of 21.64º 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 #FB8644 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 68 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.02 |
| HSL | 21.64º | 0.96% | 0.63% | - |
| HSV(B) | 21.64º | 0.73% | 0.98% | - |
| XYZ | 49.35 | 37.98 | 10.2 | - |
| YUV | 161.46 | 75.26 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 68 | 0 | 0.47 | 0.73 | 0.02 | 21.64 | 0.96 | 0.63 |
| Hex | FB | 86 | 44 | 0 | 2F | 49 | 2 | 16 | 60 | 3F |
| Octal | 373 | 206 | 104 | 0 | 57 | 111 | 2 | 26 | 140 | 77 |
| Binary | 11111011 | 10000110 | 1000100 | 0 | 101111 | 1001001 | 10 | 10110 | 1100000 | 111111 |
Color Harmonies of #FB8644
Complementary color
Monochromatic Colors of #FB8644
Black with #FB8644
Text Example
Text Example
White with #FB8644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8644; }
p { color: rgb(251,134,68); }
H1.HeaderClassName
{
color: #FB8644;
}
.AnyTagClassName
{
color: #FB8644;
}
</style>
background-color css
<style>
a { background-color: #FB8644; }
a { background-color: rgb(251,134,68); }
div.DivClassName
{
background-color: #FB8644;
}
.BgClassName
{
background-color: #FB8644;
}
</style>
border-color css
<style>
span { border-color: #FB8644; }
span { border-color: rgb(251,134,68); }
td.TdClassName
{
border-color: #FB8644;
}
.TagClassName
{
border-color: #FB8644;
}
</style>