Shades of Dark Tangerine #F9A81B
Tints of Dark Tangerine #F9A81B
RGB
CMYK
RGB Variations
Color information
#F9A81B (or 0xF9A81B) is known color: Dark Tangerine. HEX triplet: F9, A8 and 1B. RGB value is (249,168,27). Sum of RGB (Red+Green+Blue) = 249+168+27=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 27 (10.94% from 255 or 6.08% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A81B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A81B is #0657E4. Grayscale: #B0B0B0. Windows color (decimal): -415717 or 1812729. OLE color: 1812729.
HSL color Cylindrical-coordinate representation of color #F9A81B: hue angle of 38.11º 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 #F9A81B is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 27 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.02 |
| HSL | 38.11º | 0.95% | 0.54% | - |
| HSV(B) | 38.11º | 0.89% | 0.98% | - |
| XYZ | 53.27 | 48.22 | 7.54 | - |
| YUV | 176.15 | 43.84 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 27 | 0 | 0.33 | 0.89 | 0.02 | 38.11 | 0.95 | 0.54 |
| Hex | F9 | A8 | 1B | 0 | 21 | 59 | 2 | 26 | 5F | 36 |
| Octal | 371 | 250 | 33 | 0 | 41 | 131 | 2 | 46 | 137 | 66 |
| Binary | 11111001 | 10101000 | 11011 | 0 | 100001 | 1011001 | 10 | 100110 | 1011111 | 110110 |
Color Harmonies of #F9A81B
Complementary color
Monochromatic Colors of #F9A81B
Black with #F9A81B
Text Example
Text Example
White with #F9A81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A81B; }
p { color: rgb(249,168,27); }
H1.HeaderClassName
{
color: #F9A81B;
}
.AnyTagClassName
{
color: #F9A81B;
}
</style>
background-color css
<style>
a { background-color: #F9A81B; }
a { background-color: rgb(249,168,27); }
div.DivClassName
{
background-color: #F9A81B;
}
.BgClassName
{
background-color: #F9A81B;
}
</style>
border-color css
<style>
span { border-color: #F9A81B; }
span { border-color: rgb(249,168,27); }
td.TdClassName
{
border-color: #F9A81B;
}
.TagClassName
{
border-color: #F9A81B;
}
</style>