Shades of Dark Tangerine #F9A321
Tints of Dark Tangerine #F9A321
RGB
CMYK
RGB Variations
Color information
#F9A321 (or 0xF9A321) is known color: Dark Tangerine. HEX triplet: F9, A3 and 21. RGB value is (249,163,33). Sum of RGB (Red+Green+Blue) = 249+163+33=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 33 (13.28% from 255 or 7.42% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A321 is #065CDE. Grayscale: #AEAEAE. Windows color (decimal): -416991 or 2204665. OLE color: 2204665.
HSL color Cylindrical-coordinate representation of color #F9A321: hue angle of 36.11º 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 #F9A321 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 163 | 33 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.02 |
| HSL | 36.11º | 0.95% | 0.55% | - |
| HSV(B) | 36.11º | 0.87% | 0.98% | - |
| XYZ | 52.44 | 46.44 | 7.64 | - |
| YUV | 173.89 | 48.49 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 163 | 33 | 0 | 0.35 | 0.87 | 0.02 | 36.11 | 0.95 | 0.55 |
| Hex | F9 | A3 | 21 | 0 | 23 | 57 | 2 | 24 | 5F | 37 |
| Octal | 371 | 243 | 41 | 0 | 43 | 127 | 2 | 44 | 137 | 67 |
| Binary | 11111001 | 10100011 | 100001 | 0 | 100011 | 1010111 | 10 | 100100 | 1011111 | 110111 |
Color Harmonies of #F9A321
Complementary color
Monochromatic Colors of #F9A321
Black with #F9A321
Text Example
Text Example
White with #F9A321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A321; }
p { color: rgb(249,163,33); }
H1.HeaderClassName
{
color: #F9A321;
}
.AnyTagClassName
{
color: #F9A321;
}
</style>
background-color css
<style>
a { background-color: #F9A321; }
a { background-color: rgb(249,163,33); }
div.DivClassName
{
background-color: #F9A321;
}
.BgClassName
{
background-color: #F9A321;
}
</style>
border-color css
<style>
span { border-color: #F9A321; }
span { border-color: rgb(249,163,33); }
td.TdClassName
{
border-color: #F9A321;
}
.TagClassName
{
border-color: #F9A321;
}
</style>