Shades of Dark Tangerine #F3AF10
Tints of Dark Tangerine #F3AF10
RGB
CMYK
RGB Variations
Color information
#F3AF10 (or 0xF3AF10) is known color: Dark Tangerine. HEX triplet: F3, AF and 10. RGB value is (243,175,16). Sum of RGB (Red+Green+Blue) = 243+175+16=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3AF10 is #0C50EF. Grayscale: #B1B1B1. Windows color (decimal): -807152 or 1093619. OLE color: 1093619.
HSL color Cylindrical-coordinate representation of color #F3AF10: hue angle of 42.03º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3AF10 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 175 | 16 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.05 |
| HSL | 42.03º | 0.9% | 0.51% | - |
| HSV(B) | 42.03º | 0.93% | 0.95% | - |
| XYZ | 52.39 | 49.75 | 7.33 | - |
| YUV | 177.21 | 37.03 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 175 | 16 | 0 | 0.28 | 0.93 | 0.05 | 42.03 | 0.9 | 0.51 |
| Hex | F3 | AF | 10 | 0 | 1C | 5D | 5 | 2A | 5A | 33 |
| Octal | 363 | 257 | 20 | 0 | 34 | 135 | 5 | 52 | 132 | 63 |
| Binary | 11110011 | 10101111 | 10000 | 0 | 11100 | 1011101 | 101 | 101010 | 1011010 | 110011 |
Color Harmonies of #F3AF10
Complementary color
Monochromatic Colors of #F3AF10
Black with #F3AF10
Text Example
Text Example
White with #F3AF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AF10; }
p { color: rgb(243,175,16); }
H1.HeaderClassName
{
color: #F3AF10;
}
.AnyTagClassName
{
color: #F3AF10;
}
</style>
background-color css
<style>
a { background-color: #F3AF10; }
a { background-color: rgb(243,175,16); }
div.DivClassName
{
background-color: #F3AF10;
}
.BgClassName
{
background-color: #F3AF10;
}
</style>
border-color css
<style>
span { border-color: #F3AF10; }
span { border-color: rgb(243,175,16); }
td.TdClassName
{
border-color: #F3AF10;
}
.TagClassName
{
border-color: #F3AF10;
}
</style>