Shades of Dark Tangerine #F8A00B
Tints of Dark Tangerine #F8A00B
RGB
CMYK
RGB Variations
Color information
#F8A00B (or 0xF8A00B) is known color: Dark Tangerine. HEX triplet: F8, A0 and 0B. RGB value is (248,160,11). Sum of RGB (Red+Green+Blue) = 248+160+11=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 11 (4.69% from 255 or 2.63% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A00B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A00B is #075FF4. Grayscale: #AAAAAA. Windows color (decimal): -483317 or 762104. OLE color: 762104.
HSL color Cylindrical-coordinate representation of color #F8A00B: hue angle of 37.72º 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 #F8A00B is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 160 | 11 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.03 |
| HSL | 37.72º | 0.94% | 0.51% | - |
| HSV(B) | 37.72º | 0.96% | 0.97% | - |
| XYZ | 51.34 | 45.12 | 6.32 | - |
| YUV | 169.33 | 38.65 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 160 | 11 | 0 | 0.35 | 0.96 | 0.03 | 37.72 | 0.94 | 0.51 |
| Hex | F8 | A0 | B | 0 | 23 | 60 | 3 | 26 | 5E | 33 |
| Octal | 370 | 240 | 13 | 0 | 43 | 140 | 3 | 46 | 136 | 63 |
| Binary | 11111000 | 10100000 | 1011 | 0 | 100011 | 1100000 | 11 | 100110 | 1011110 | 110011 |
Color Harmonies of #F8A00B
Complementary color
Monochromatic Colors of #F8A00B
Black with #F8A00B
Text Example
Text Example
White with #F8A00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A00B; }
p { color: rgb(248,160,11); }
H1.HeaderClassName
{
color: #F8A00B;
}
.AnyTagClassName
{
color: #F8A00B;
}
</style>
background-color css
<style>
a { background-color: #F8A00B; }
a { background-color: rgb(248,160,11); }
div.DivClassName
{
background-color: #F8A00B;
}
.BgClassName
{
background-color: #F8A00B;
}
</style>
border-color css
<style>
span { border-color: #F8A00B; }
span { border-color: rgb(248,160,11); }
td.TdClassName
{
border-color: #F8A00B;
}
.TagClassName
{
border-color: #F8A00B;
}
</style>