Shades of Dark Tangerine #F9B321
Tints of Dark Tangerine #F9B321
RGB
CMYK
RGB Variations
Color information
#F9B321 (or 0xF9B321) is known color: Dark Tangerine. HEX triplet: F9, B3 and 21. RGB value is (249,179,33). Sum of RGB (Red+Green+Blue) = 249+179+33=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 33 (13.28% from 255 or 7.16% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9B321 is #064CDE. Grayscale: #B7B7B7. Windows color (decimal): -412895 or 2208761. OLE color: 2208761.
HSL color Cylindrical-coordinate representation of color #F9B321: hue angle of 40.56º 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 #F9B321 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 179 | 33 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.02 |
| HSL | 40.56º | 0.95% | 0.55% | - |
| HSV(B) | 40.56º | 0.87% | 0.98% | - |
| XYZ | 55.46 | 52.49 | 8.65 | - |
| YUV | 183.29 | 43.19 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 179 | 33 | 0 | 0.28 | 0.87 | 0.02 | 40.56 | 0.95 | 0.55 |
| Hex | F9 | B3 | 21 | 0 | 1C | 57 | 2 | 29 | 5F | 37 |
| Octal | 371 | 263 | 41 | 0 | 34 | 127 | 2 | 51 | 137 | 67 |
| Binary | 11111001 | 10110011 | 100001 | 0 | 11100 | 1010111 | 10 | 101001 | 1011111 | 110111 |
Color Harmonies of #F9B321
Complementary color
Monochromatic Colors of #F9B321
Black with #F9B321
Text Example
Text Example
White with #F9B321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B321; }
p { color: rgb(249,179,33); }
H1.HeaderClassName
{
color: #F9B321;
}
.AnyTagClassName
{
color: #F9B321;
}
</style>
background-color css
<style>
a { background-color: #F9B321; }
a { background-color: rgb(249,179,33); }
div.DivClassName
{
background-color: #F9B321;
}
.BgClassName
{
background-color: #F9B321;
}
</style>
border-color css
<style>
span { border-color: #F9B321; }
span { border-color: rgb(249,179,33); }
td.TdClassName
{
border-color: #F9B321;
}
.TagClassName
{
border-color: #F9B321;
}
</style>