Shades of Dark Tangerine #F9A521
Tints of Dark Tangerine #F9A521
RGB
CMYK
RGB Variations
Color information
#F9A521 (or 0xF9A521) is known color: Dark Tangerine. HEX triplet: F9, A5 and 21. RGB value is (249,165,33). Sum of RGB (Red+Green+Blue) = 249+165+33=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A521 is #065ADE. Grayscale: #AFAFAF. Windows color (decimal): -416479 or 2205177. OLE color: 2205177.
HSL color Cylindrical-coordinate representation of color #F9A521: hue angle of 36.67º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F9A521 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 165 | 33 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.02 |
| HSL | 36.67º | 0.95% | 0.55% | - |
| HSV(B) | 36.67º | 0.87% | 0.98% | - |
| XYZ | 52.8 | 47.16 | 7.76 | - |
| YUV | 175.07 | 47.83 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 165 | 33 | 0 | 0.34 | 0.87 | 0.02 | 36.67 | 0.95 | 0.55 |
| Hex | F9 | A5 | 21 | 0 | 22 | 57 | 2 | 25 | 5F | 37 |
| Octal | 371 | 245 | 41 | 0 | 42 | 127 | 2 | 45 | 137 | 67 |
| Binary | 11111001 | 10100101 | 100001 | 0 | 100010 | 1010111 | 10 | 100101 | 1011111 | 110111 |
Color Harmonies of #F9A521
Complementary color
Monochromatic Colors of #F9A521
Black with #F9A521
Text Example
Text Example
White with #F9A521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A521; }
p { color: rgb(249,165,33); }
H1.HeaderClassName
{
color: #F9A521;
}
.AnyTagClassName
{
color: #F9A521;
}
</style>
background-color css
<style>
a { background-color: #F9A521; }
a { background-color: rgb(249,165,33); }
div.DivClassName
{
background-color: #F9A521;
}
.BgClassName
{
background-color: #F9A521;
}
</style>
border-color css
<style>
span { border-color: #F9A521; }
span { border-color: rgb(249,165,33); }
td.TdClassName
{
border-color: #F9A521;
}
.TagClassName
{
border-color: #F9A521;
}
</style>