Shades of Dark Tangerine #F8A220
Tints of Dark Tangerine #F8A220
RGB
CMYK
RGB Variations
Color information
#F8A220 (or 0xF8A220) is known color: Dark Tangerine. HEX triplet: F8, A2 and 20. RGB value is (248,162,32). Sum of RGB (Red+Green+Blue) = 248+162+32=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A220 is #075DDF. Grayscale: #ADADAD. Windows color (decimal): -482784 or 2138872. OLE color: 2138872.
HSL color Cylindrical-coordinate representation of color #F8A220: hue angle of 36.11º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F8A220 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 162 | 32 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.03 |
| HSL | 36.11º | 0.94% | 0.55% | - |
| HSV(B) | 36.11º | 0.87% | 0.97% | - |
| XYZ | 51.89 | 45.9 | 7.49 | - |
| YUV | 172.89 | 48.49 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 162 | 32 | 0 | 0.35 | 0.87 | 0.03 | 36.11 | 0.94 | 0.55 |
| Hex | F8 | A2 | 20 | 0 | 23 | 57 | 3 | 24 | 5E | 37 |
| Octal | 370 | 242 | 40 | 0 | 43 | 127 | 3 | 44 | 136 | 67 |
| Binary | 11111000 | 10100010 | 100000 | 0 | 100011 | 1010111 | 11 | 100100 | 1011110 | 110111 |
Color Harmonies of #F8A220
Complementary color
Monochromatic Colors of #F8A220
Black with #F8A220
Text Example
Text Example
White with #F8A220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A220; }
p { color: rgb(248,162,32); }
H1.HeaderClassName
{
color: #F8A220;
}
.AnyTagClassName
{
color: #F8A220;
}
</style>
background-color css
<style>
a { background-color: #F8A220; }
a { background-color: rgb(248,162,32); }
div.DivClassName
{
background-color: #F8A220;
}
.BgClassName
{
background-color: #F8A220;
}
</style>
border-color css
<style>
span { border-color: #F8A220; }
span { border-color: rgb(248,162,32); }
td.TdClassName
{
border-color: #F8A220;
}
.TagClassName
{
border-color: #F8A220;
}
</style>