Shades of Dark Tangerine #F9A61E
Tints of Dark Tangerine #F9A61E
RGB
CMYK
RGB Variations
Color information
#F9A61E (or 0xF9A61E) is known color: Dark Tangerine. HEX triplet: F9, A6 and 1E. RGB value is (249,166,30). Sum of RGB (Red+Green+Blue) = 249+166+30=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 30 (12.11% from 255 or 6.74% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A61E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A61E is #0659E1. Grayscale: #AFAFAF. Windows color (decimal): -416226 or 2008825. OLE color: 2008825.
HSL color Cylindrical-coordinate representation of color #F9A61E: hue angle of 37.26º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9A61E is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 166 | 30 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.02 |
| HSL | 37.26º | 0.95% | 0.55% | - |
| HSV(B) | 37.26º | 0.88% | 0.98% | - |
| XYZ | 52.94 | 47.51 | 7.61 | - |
| YUV | 175.31 | 46 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 166 | 30 | 0 | 0.33 | 0.88 | 0.02 | 37.26 | 0.95 | 0.55 |
| Hex | F9 | A6 | 1E | 0 | 21 | 58 | 2 | 25 | 5F | 37 |
| Octal | 371 | 246 | 36 | 0 | 41 | 130 | 2 | 45 | 137 | 67 |
| Binary | 11111001 | 10100110 | 11110 | 0 | 100001 | 1011000 | 10 | 100101 | 1011111 | 110111 |
Color Harmonies of #F9A61E
Complementary color
Monochromatic Colors of #F9A61E
Black with #F9A61E
Text Example
Text Example
White with #F9A61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A61E; }
p { color: rgb(249,166,30); }
H1.HeaderClassName
{
color: #F9A61E;
}
.AnyTagClassName
{
color: #F9A61E;
}
</style>
background-color css
<style>
a { background-color: #F9A61E; }
a { background-color: rgb(249,166,30); }
div.DivClassName
{
background-color: #F9A61E;
}
.BgClassName
{
background-color: #F9A61E;
}
</style>
border-color css
<style>
span { border-color: #F9A61E; }
span { border-color: rgb(249,166,30); }
td.TdClassName
{
border-color: #F9A61E;
}
.TagClassName
{
border-color: #F9A61E;
}
</style>