Shades of Dark Tangerine #F4AF0C
Tints of Dark Tangerine #F4AF0C
RGB
CMYK
RGB Variations
Color information
#F4AF0C (or 0xF4AF0C) is known color: Dark Tangerine. HEX triplet: F4, AF and 0C. RGB value is (244,175,12). Sum of RGB (Red+Green+Blue) = 244+175+12=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4AF0C is #0B50F3. Grayscale: #B1B1B1. Windows color (decimal): -741620 or 831476. OLE color: 831476.
HSL color Cylindrical-coordinate representation of color #F4AF0C: hue angle of 42.16º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4AF0C is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 175 | 12 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.04 |
| HSL | 42.16º | 0.91% | 0.5% | - |
| HSV(B) | 42.16º | 0.95% | 0.96% | - |
| XYZ | 52.7 | 49.92 | 7.21 | - |
| YUV | 177.05 | 34.86 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 175 | 12 | 0 | 0.28 | 0.95 | 0.04 | 42.16 | 0.91 | 0.5 |
| Hex | F4 | AF | C | 0 | 1C | 5F | 4 | 2A | 5B | 32 |
| Octal | 364 | 257 | 14 | 0 | 34 | 137 | 4 | 52 | 133 | 62 |
| Binary | 11110100 | 10101111 | 1100 | 0 | 11100 | 1011111 | 100 | 101010 | 1011011 | 110010 |
Color Harmonies of #F4AF0C
Complementary color
Monochromatic Colors of #F4AF0C
Black with #F4AF0C
Text Example
Text Example
White with #F4AF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AF0C; }
p { color: rgb(244,175,12); }
H1.HeaderClassName
{
color: #F4AF0C;
}
.AnyTagClassName
{
color: #F4AF0C;
}
</style>
background-color css
<style>
a { background-color: #F4AF0C; }
a { background-color: rgb(244,175,12); }
div.DivClassName
{
background-color: #F4AF0C;
}
.BgClassName
{
background-color: #F4AF0C;
}
</style>
border-color css
<style>
span { border-color: #F4AF0C; }
span { border-color: rgb(244,175,12); }
td.TdClassName
{
border-color: #F4AF0C;
}
.TagClassName
{
border-color: #F4AF0C;
}
</style>