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