Shades of Dark Tangerine #F5AF0A
Tints of Dark Tangerine #F5AF0A
RGB
CMYK
RGB Variations
Color information
#F5AF0A (or 0xF5AF0A) is known color: Dark Tangerine. HEX triplet: F5, AF and 0A. RGB value is (245,175,10). Sum of RGB (Red+Green+Blue) = 245+175+10=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AF0A is #0A50F5. Grayscale: #B1B1B1. Windows color (decimal): -676086 or 700405. OLE color: 700405.
HSL color Cylindrical-coordinate representation of color #F5AF0A: hue angle of 42.13º degrees, saturation: 0.92, 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 #F5AF0A is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 10 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.04 |
| HSL | 42.13º | 0.92% | 0.5% | - |
| HSV(B) | 42.13º | 0.96% | 0.96% | - |
| XYZ | 53.04 | 50.09 | 7.16 | - |
| YUV | 177.12 | 33.69 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 10 | 0 | 0.29 | 0.96 | 0.04 | 42.13 | 0.92 | 0.5 |
| Hex | F5 | AF | A | 0 | 1D | 60 | 4 | 2A | 5C | 32 |
| Octal | 365 | 257 | 12 | 0 | 35 | 140 | 4 | 52 | 134 | 62 |
| Binary | 11110101 | 10101111 | 1010 | 0 | 11101 | 1100000 | 100 | 101010 | 1011100 | 110010 |
Color Harmonies of #F5AF0A
Complementary color
Monochromatic Colors of #F5AF0A
Black with #F5AF0A
Text Example
Text Example
White with #F5AF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF0A; }
p { color: rgb(245,175,10); }
H1.HeaderClassName
{
color: #F5AF0A;
}
.AnyTagClassName
{
color: #F5AF0A;
}
</style>
background-color css
<style>
a { background-color: #F5AF0A; }
a { background-color: rgb(245,175,10); }
div.DivClassName
{
background-color: #F5AF0A;
}
.BgClassName
{
background-color: #F5AF0A;
}
</style>
border-color css
<style>
span { border-color: #F5AF0A; }
span { border-color: rgb(245,175,10); }
td.TdClassName
{
border-color: #F5AF0A;
}
.TagClassName
{
border-color: #F5AF0A;
}
</style>