Shades of Dark Tangerine #F8B00A
Tints of Dark Tangerine #F8B00A
RGB
CMYK
RGB Variations
Color information
#F8B00A (or 0xF8B00A) is known color: Dark Tangerine. HEX triplet: F8, B0 and 0A. RGB value is (248,176,10). Sum of RGB (Red+Green+Blue) = 248+176+10=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 10 (4.30% from 255 or 2.30% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8B00A is #074FF5. Grayscale: #B3B3B3. Windows color (decimal): -479222 or 700664. OLE color: 700664.
HSL color Cylindrical-coordinate representation of color #F8B00A: hue angle of 41.85º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8B00A is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 176 | 10 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.03 |
| HSL | 41.85º | 0.94% | 0.51% | - |
| HSV(B) | 41.85º | 0.96% | 0.97% | - |
| XYZ | 54.29 | 51.03 | 7.28 | - |
| YUV | 178.6 | 32.85 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 176 | 10 | 0 | 0.29 | 0.96 | 0.03 | 41.85 | 0.94 | 0.51 |
| Hex | F8 | B0 | A | 0 | 1D | 60 | 3 | 2A | 5E | 33 |
| Octal | 370 | 260 | 12 | 0 | 35 | 140 | 3 | 52 | 136 | 63 |
| Binary | 11111000 | 10110000 | 1010 | 0 | 11101 | 1100000 | 11 | 101010 | 1011110 | 110011 |
Color Harmonies of #F8B00A
Complementary color
Monochromatic Colors of #F8B00A
Black with #F8B00A
Text Example
Text Example
White with #F8B00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B00A; }
p { color: rgb(248,176,10); }
H1.HeaderClassName
{
color: #F8B00A;
}
.AnyTagClassName
{
color: #F8B00A;
}
</style>
background-color css
<style>
a { background-color: #F8B00A; }
a { background-color: rgb(248,176,10); }
div.DivClassName
{
background-color: #F8B00A;
}
.BgClassName
{
background-color: #F8B00A;
}
</style>
border-color css
<style>
span { border-color: #F8B00A; }
span { border-color: rgb(248,176,10); }
td.TdClassName
{
border-color: #F8B00A;
}
.TagClassName
{
border-color: #F8B00A;
}
</style>