Shades of Dark Tangerine #F5AF09
Tints of Dark Tangerine #F5AF09
RGB
CMYK
RGB Variations
Color information
#F5AF09 (or 0xF5AF09) is known color: Dark Tangerine. HEX triplet: F5, AF and 09. RGB value is (245,175,9). Sum of RGB (Red+Green+Blue) = 245+175+9=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 9 (3.91% from 255 or 2.10% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AF09 is #0A50F6. Grayscale: #B1B1B1. Windows color (decimal): -676087 or 634869. OLE color: 634869.
HSL color Cylindrical-coordinate representation of color #F5AF09: hue angle of 42.2º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5AF09 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 9 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.04 |
| HSL | 42.2º | 0.93% | 0.5% | - |
| HSV(B) | 42.2º | 0.96% | 0.96% | - |
| XYZ | 53.04 | 50.09 | 7.13 | - |
| YUV | 177.01 | 33.19 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 9 | 0 | 0.29 | 0.96 | 0.04 | 42.2 | 0.93 | 0.5 |
| Hex | F5 | AF | 9 | 0 | 1D | 60 | 4 | 2A | 5D | 32 |
| Octal | 365 | 257 | 11 | 0 | 35 | 140 | 4 | 52 | 135 | 62 |
| Binary | 11110101 | 10101111 | 1001 | 0 | 11101 | 1100000 | 100 | 101010 | 1011101 | 110010 |
Color Harmonies of #F5AF09
Complementary color
Monochromatic Colors of #F5AF09
Black with #F5AF09
Text Example
Text Example
White with #F5AF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF09; }
p { color: rgb(245,175,9); }
H1.HeaderClassName
{
color: #F5AF09;
}
.AnyTagClassName
{
color: #F5AF09;
}
</style>
background-color css
<style>
a { background-color: #F5AF09; }
a { background-color: rgb(245,175,9); }
div.DivClassName
{
background-color: #F5AF09;
}
.BgClassName
{
background-color: #F5AF09;
}
</style>
border-color css
<style>
span { border-color: #F5AF09; }
span { border-color: rgb(245,175,9); }
td.TdClassName
{
border-color: #F5AF09;
}
.TagClassName
{
border-color: #F5AF09;
}
</style>