Shades of Atomic Tangerine #FB986D
Tints of Atomic Tangerine #FB986D
RGB
CMYK
RGB Variations
Color information
#FB986D (or 0xFB986D) is known color: Atomic Tangerine. HEX triplet: FB, 98 and 6D. RGB value is (251,152,109). Sum of RGB (Red+Green+Blue) = 251+152+109=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB986D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB986D is #046792. Grayscale: #B0B0B0. Windows color (decimal): -288659 or 7182587. OLE color: 7182587.
HSL color Cylindrical-coordinate representation of color #FB986D: hue angle of 18.17º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB986D is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 152 | 109 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.02 |
| HSL | 18.17º | 0.95% | 0.71% | - |
| HSV(B) | 18.17º | 0.57% | 0.98% | - |
| XYZ | 53.77 | 44.07 | 20.14 | - |
| YUV | 176.7 | 89.8 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 152 | 109 | 0 | 0.39 | 0.57 | 0.02 | 18.17 | 0.95 | 0.71 |
| Hex | FB | 98 | 6D | 0 | 27 | 39 | 2 | 12 | 5F | 47 |
| Octal | 373 | 230 | 155 | 0 | 47 | 71 | 2 | 22 | 137 | 107 |
| Binary | 11111011 | 10011000 | 1101101 | 0 | 100111 | 111001 | 10 | 10010 | 1011111 | 1000111 |
Color Harmonies of #FB986D
Complementary color
Monochromatic Colors of #FB986D
Black with #FB986D
Text Example
Text Example
White with #FB986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB986D; }
p { color: rgb(251,152,109); }
H1.HeaderClassName
{
color: #FB986D;
}
.AnyTagClassName
{
color: #FB986D;
}
</style>
background-color css
<style>
a { background-color: #FB986D; }
a { background-color: rgb(251,152,109); }
div.DivClassName
{
background-color: #FB986D;
}
.BgClassName
{
background-color: #FB986D;
}
</style>
border-color css
<style>
span { border-color: #FB986D; }
span { border-color: rgb(251,152,109); }
td.TdClassName
{
border-color: #FB986D;
}
.TagClassName
{
border-color: #FB986D;
}
</style>