Shades of Dark Tangerine #F9A21B
Tints of Dark Tangerine #F9A21B
RGB
CMYK
RGB Variations
Color information
#F9A21B (or 0xF9A21B) is known color: Dark Tangerine. HEX triplet: F9, A2 and 1B. RGB value is (249,162,27). Sum of RGB (Red+Green+Blue) = 249+162+27=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 27 (10.94% from 255 or 6.16% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A21B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A21B is #065DE4. Grayscale: #ADADAD. Windows color (decimal): -417253 or 1811193. OLE color: 1811193.
HSL color Cylindrical-coordinate representation of color #F9A21B: hue angle of 36.49º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9A21B is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 162 | 27 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.02 |
| HSL | 36.49º | 0.95% | 0.54% | - |
| HSV(B) | 36.49º | 0.89% | 0.98% | - |
| XYZ | 52.19 | 46.06 | 7.18 | - |
| YUV | 172.62 | 45.82 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 162 | 27 | 0 | 0.35 | 0.89 | 0.02 | 36.49 | 0.95 | 0.54 |
| Hex | F9 | A2 | 1B | 0 | 23 | 59 | 2 | 24 | 5F | 36 |
| Octal | 371 | 242 | 33 | 0 | 43 | 131 | 2 | 44 | 137 | 66 |
| Binary | 11111001 | 10100010 | 11011 | 0 | 100011 | 1011001 | 10 | 100100 | 1011111 | 110110 |
Color Harmonies of #F9A21B
Complementary color
Monochromatic Colors of #F9A21B
Black with #F9A21B
Text Example
Text Example
White with #F9A21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A21B; }
p { color: rgb(249,162,27); }
H1.HeaderClassName
{
color: #F9A21B;
}
.AnyTagClassName
{
color: #F9A21B;
}
</style>
background-color css
<style>
a { background-color: #F9A21B; }
a { background-color: rgb(249,162,27); }
div.DivClassName
{
background-color: #F9A21B;
}
.BgClassName
{
background-color: #F9A21B;
}
</style>
border-color css
<style>
span { border-color: #F9A21B; }
span { border-color: rgb(249,162,27); }
td.TdClassName
{
border-color: #F9A21B;
}
.TagClassName
{
border-color: #F9A21B;
}
</style>