Shades of Atomic Tangerine #FB986C
Tints of Atomic Tangerine #FB986C
RGB
CMYK
RGB Variations
Color information
#FB986C (or 0xFB986C) is known color: Atomic Tangerine. HEX triplet: FB, 98 and 6C. RGB value is (251,152,108). Sum of RGB (Red+Green+Blue) = 251+152+108=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB986C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB986C is #046793. Grayscale: #B0B0B0. Windows color (decimal): -288660 or 7117051. OLE color: 7117051.
HSL color Cylindrical-coordinate representation of color #FB986C: hue angle of 18.46º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB986C is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 152 | 108 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.02 |
| HSL | 18.46º | 0.95% | 0.7% | - |
| HSV(B) | 18.46º | 0.57% | 0.98% | - |
| XYZ | 53.72 | 44.05 | 19.86 | - |
| YUV | 176.59 | 89.3 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 152 | 108 | 0 | 0.39 | 0.57 | 0.02 | 18.46 | 0.95 | 0.7 |
| Hex | FB | 98 | 6C | 0 | 27 | 39 | 2 | 12 | 5F | 46 |
| Octal | 373 | 230 | 154 | 0 | 47 | 71 | 2 | 22 | 137 | 106 |
| Binary | 11111011 | 10011000 | 1101100 | 0 | 100111 | 111001 | 10 | 10010 | 1011111 | 1000110 |
Color Harmonies of #FB986C
Complementary color
Monochromatic Colors of #FB986C
Black with #FB986C
Text Example
Text Example
White with #FB986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB986C; }
p { color: rgb(251,152,108); }
H1.HeaderClassName
{
color: #FB986C;
}
.AnyTagClassName
{
color: #FB986C;
}
</style>
background-color css
<style>
a { background-color: #FB986C; }
a { background-color: rgb(251,152,108); }
div.DivClassName
{
background-color: #FB986C;
}
.BgClassName
{
background-color: #FB986C;
}
</style>
border-color css
<style>
span { border-color: #FB986C; }
span { border-color: rgb(251,152,108); }
td.TdClassName
{
border-color: #FB986C;
}
.TagClassName
{
border-color: #FB986C;
}
</style>