Shades of Dark Tangerine #F8B211
Tints of Dark Tangerine #F8B211
RGB
CMYK
RGB Variations
Color information
#F8B211 (or 0xF8B211) is known color: Dark Tangerine. HEX triplet: F8, B2 and 11. RGB value is (248,178,17). Sum of RGB (Red+Green+Blue) = 248+178+17=443 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.98% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 17 (7.03% from 255 or 3.84% from 443); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8B211 is #074DEE. Grayscale: #B5B5B5. Windows color (decimal): -478703 or 1159928. OLE color: 1159928.
HSL color Cylindrical-coordinate representation of color #F8B211: hue angle of 41.82º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8B211 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 178 | 17 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.03 |
| HSL | 41.82º | 0.94% | 0.52% | - |
| HSV(B) | 41.82º | 0.93% | 0.97% | - |
| XYZ | 54.73 | 51.84 | 7.65 | - |
| YUV | 180.58 | 35.69 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 178 | 17 | 0 | 0.28 | 0.93 | 0.03 | 41.82 | 0.94 | 0.52 |
| Hex | F8 | B2 | 11 | 0 | 1C | 5D | 3 | 2A | 5E | 34 |
| Octal | 370 | 262 | 21 | 0 | 34 | 135 | 3 | 52 | 136 | 64 |
| Binary | 11111000 | 10110010 | 10001 | 0 | 11100 | 1011101 | 11 | 101010 | 1011110 | 110100 |
Color Harmonies of #F8B211
Complementary color
Monochromatic Colors of #F8B211
Black with #F8B211
Text Example
Text Example
White with #F8B211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B211; }
p { color: rgb(248,178,17); }
H1.HeaderClassName
{
color: #F8B211;
}
.AnyTagClassName
{
color: #F8B211;
}
</style>
background-color css
<style>
a { background-color: #F8B211; }
a { background-color: rgb(248,178,17); }
div.DivClassName
{
background-color: #F8B211;
}
.BgClassName
{
background-color: #F8B211;
}
</style>
border-color css
<style>
span { border-color: #F8B211; }
span { border-color: rgb(248,178,17); }
td.TdClassName
{
border-color: #F8B211;
}
.TagClassName
{
border-color: #F8B211;
}
</style>