Shades of Atomic Tangerine #FB966C
Tints of Atomic Tangerine #FB966C
RGB
CMYK
RGB Variations
Color information
#FB966C (or 0xFB966C) is known color: Atomic Tangerine. HEX triplet: FB, 96 and 6C. RGB value is (251,150,108). Sum of RGB (Red+Green+Blue) = 251+150+108=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB966C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB966C is #046993. Grayscale: #AFAFAF. Windows color (decimal): -289172 or 7116539. OLE color: 7116539.
HSL color Cylindrical-coordinate representation of color #FB966C: hue angle of 17.62º 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 #FB966C is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 150 | 108 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.02 |
| HSL | 17.62º | 0.95% | 0.7% | - |
| HSV(B) | 17.62º | 0.57% | 0.98% | - |
| XYZ | 53.4 | 43.4 | 19.75 | - |
| YUV | 175.41 | 89.96 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 150 | 108 | 0 | 0.40 | 0.57 | 0.02 | 17.62 | 0.95 | 0.7 |
| Hex | FB | 96 | 6C | 0 | 28 | 39 | 2 | 12 | 5F | 46 |
| Octal | 373 | 226 | 154 | 0 | 50 | 71 | 2 | 22 | 137 | 106 |
| Binary | 11111011 | 10010110 | 1101100 | 0 | 101000 | 111001 | 10 | 10010 | 1011111 | 1000110 |
Color Harmonies of #FB966C
Complementary color
Monochromatic Colors of #FB966C
Black with #FB966C
Text Example
Text Example
White with #FB966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB966C; }
p { color: rgb(251,150,108); }
H1.HeaderClassName
{
color: #FB966C;
}
.AnyTagClassName
{
color: #FB966C;
}
</style>
background-color css
<style>
a { background-color: #FB966C; }
a { background-color: rgb(251,150,108); }
div.DivClassName
{
background-color: #FB966C;
}
.BgClassName
{
background-color: #FB966C;
}
</style>
border-color css
<style>
span { border-color: #FB966C; }
span { border-color: rgb(251,150,108); }
td.TdClassName
{
border-color: #FB966C;
}
.TagClassName
{
border-color: #FB966C;
}
</style>