Shades of Dark Tangerine #F8A30B
Tints of Dark Tangerine #F8A30B
RGB
CMYK
RGB Variations
Color information
#F8A30B (or 0xF8A30B) is known color: Dark Tangerine. HEX triplet: F8, A3 and 0B. RGB value is (248,163,11). Sum of RGB (Red+Green+Blue) = 248+163+11=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A30B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A30B is #075CF4. Grayscale: #ABABAB. Windows color (decimal): -482549 or 762872. OLE color: 762872.
HSL color Cylindrical-coordinate representation of color #F8A30B: hue angle of 38.48º 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 #F8A30B is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 11 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.03 |
| HSL | 38.48º | 0.94% | 0.51% | - |
| HSV(B) | 38.48º | 0.96% | 0.97% | - |
| XYZ | 51.87 | 46.18 | 6.5 | - |
| YUV | 171.09 | 37.66 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 11 | 0 | 0.34 | 0.96 | 0.03 | 38.48 | 0.94 | 0.51 |
| Hex | F8 | A3 | B | 0 | 22 | 60 | 3 | 26 | 5E | 33 |
| Octal | 370 | 243 | 13 | 0 | 42 | 140 | 3 | 46 | 136 | 63 |
| Binary | 11111000 | 10100011 | 1011 | 0 | 100010 | 1100000 | 11 | 100110 | 1011110 | 110011 |
Color Harmonies of #F8A30B
Complementary color
Monochromatic Colors of #F8A30B
Black with #F8A30B
Text Example
Text Example
White with #F8A30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A30B; }
p { color: rgb(248,163,11); }
H1.HeaderClassName
{
color: #F8A30B;
}
.AnyTagClassName
{
color: #F8A30B;
}
</style>
background-color css
<style>
a { background-color: #F8A30B; }
a { background-color: rgb(248,163,11); }
div.DivClassName
{
background-color: #F8A30B;
}
.BgClassName
{
background-color: #F8A30B;
}
</style>
border-color css
<style>
span { border-color: #F8A30B; }
span { border-color: rgb(248,163,11); }
td.TdClassName
{
border-color: #F8A30B;
}
.TagClassName
{
border-color: #F8A30B;
}
</style>