Shades of Dark Tangerine #F4AF0F
Tints of Dark Tangerine #F4AF0F
RGB
CMYK
RGB Variations
Color information
#F4AF0F (or 0xF4AF0F) is known color: Dark Tangerine. HEX triplet: F4, AF and 0F. RGB value is (244,175,15). Sum of RGB (Red+Green+Blue) = 244+175+15=434 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.22% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4AF0F is #0B50F0. Grayscale: #B2B2B2. Windows color (decimal): -741617 or 1028084. OLE color: 1028084.
HSL color Cylindrical-coordinate representation of color #F4AF0F: hue angle of 41.92º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4AF0F is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 175 | 15 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.04 |
| HSL | 41.92º | 0.91% | 0.51% | - |
| HSV(B) | 41.92º | 0.94% | 0.96% | - |
| XYZ | 52.72 | 49.93 | 7.31 | - |
| YUV | 177.39 | 36.36 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 175 | 15 | 0 | 0.28 | 0.94 | 0.04 | 41.92 | 0.91 | 0.51 |
| Hex | F4 | AF | F | 0 | 1C | 5E | 4 | 2A | 5B | 33 |
| Octal | 364 | 257 | 17 | 0 | 34 | 136 | 4 | 52 | 133 | 63 |
| Binary | 11110100 | 10101111 | 1111 | 0 | 11100 | 1011110 | 100 | 101010 | 1011011 | 110011 |
Color Harmonies of #F4AF0F
Complementary color
Monochromatic Colors of #F4AF0F
Black with #F4AF0F
Text Example
Text Example
White with #F4AF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AF0F; }
p { color: rgb(244,175,15); }
H1.HeaderClassName
{
color: #F4AF0F;
}
.AnyTagClassName
{
color: #F4AF0F;
}
</style>
background-color css
<style>
a { background-color: #F4AF0F; }
a { background-color: rgb(244,175,15); }
div.DivClassName
{
background-color: #F4AF0F;
}
.BgClassName
{
background-color: #F4AF0F;
}
</style>
border-color css
<style>
span { border-color: #F4AF0F; }
span { border-color: rgb(244,175,15); }
td.TdClassName
{
border-color: #F4AF0F;
}
.TagClassName
{
border-color: #F4AF0F;
}
</style>