Shades of Dark Tangerine #F9A41C
Tints of Dark Tangerine #F9A41C
RGB
CMYK
RGB Variations
Color information
#F9A41C (or 0xF9A41C) is known color: Dark Tangerine. HEX triplet: F9, A4 and 1C. RGB value is (249,164,28). Sum of RGB (Red+Green+Blue) = 249+164+28=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 28 (11.33% from 255 or 6.35% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A41C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A41C is #065BE3. Grayscale: #AEAEAE. Windows color (decimal): -416740 or 1877241. OLE color: 1877241.
HSL color Cylindrical-coordinate representation of color #F9A41C: hue angle of 36.92º 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 #F9A41C is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 164 | 28 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.02 |
| HSL | 36.92º | 0.95% | 0.54% | - |
| HSV(B) | 36.92º | 0.89% | 0.98% | - |
| XYZ | 52.55 | 46.77 | 7.36 | - |
| YUV | 173.91 | 45.66 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 164 | 28 | 0 | 0.34 | 0.89 | 0.02 | 36.92 | 0.95 | 0.54 |
| Hex | F9 | A4 | 1C | 0 | 22 | 59 | 2 | 25 | 5F | 36 |
| Octal | 371 | 244 | 34 | 0 | 42 | 131 | 2 | 45 | 137 | 66 |
| Binary | 11111001 | 10100100 | 11100 | 0 | 100010 | 1011001 | 10 | 100101 | 1011111 | 110110 |
Color Harmonies of #F9A41C
Complementary color
Monochromatic Colors of #F9A41C
Black with #F9A41C
Text Example
Text Example
White with #F9A41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A41C; }
p { color: rgb(249,164,28); }
H1.HeaderClassName
{
color: #F9A41C;
}
.AnyTagClassName
{
color: #F9A41C;
}
</style>
background-color css
<style>
a { background-color: #F9A41C; }
a { background-color: rgb(249,164,28); }
div.DivClassName
{
background-color: #F9A41C;
}
.BgClassName
{
background-color: #F9A41C;
}
</style>
border-color css
<style>
span { border-color: #F9A41C; }
span { border-color: rgb(249,164,28); }
td.TdClassName
{
border-color: #F9A41C;
}
.TagClassName
{
border-color: #F9A41C;
}
</style>