Shades of Dark Tangerine #F3AF0F
Tints of Dark Tangerine #F3AF0F
RGB
CMYK
RGB Variations
Color information
#F3AF0F (or 0xF3AF0F) is known color: Dark Tangerine. HEX triplet: F3, AF and 0F. RGB value is (243,175,15). Sum of RGB (Red+Green+Blue) = 243+175+15=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3AF0F is #0C50F0. Grayscale: #B1B1B1. Windows color (decimal): -807153 or 1028083. OLE color: 1028083.
HSL color Cylindrical-coordinate representation of color #F3AF0F: hue angle of 42.11º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3AF0F is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 175 | 15 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.05 |
| HSL | 42.11º | 0.9% | 0.51% | - |
| HSV(B) | 42.11º | 0.94% | 0.95% | - |
| XYZ | 52.38 | 49.75 | 7.29 | - |
| YUV | 177.09 | 36.53 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 175 | 15 | 0 | 0.28 | 0.94 | 0.05 | 42.11 | 0.9 | 0.51 |
| Hex | F3 | AF | F | 0 | 1C | 5E | 5 | 2A | 5A | 33 |
| Octal | 363 | 257 | 17 | 0 | 34 | 136 | 5 | 52 | 132 | 63 |
| Binary | 11110011 | 10101111 | 1111 | 0 | 11100 | 1011110 | 101 | 101010 | 1011010 | 110011 |
Color Harmonies of #F3AF0F
Complementary color
Monochromatic Colors of #F3AF0F
Black with #F3AF0F
Text Example
Text Example
White with #F3AF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AF0F; }
p { color: rgb(243,175,15); }
H1.HeaderClassName
{
color: #F3AF0F;
}
.AnyTagClassName
{
color: #F3AF0F;
}
</style>
background-color css
<style>
a { background-color: #F3AF0F; }
a { background-color: rgb(243,175,15); }
div.DivClassName
{
background-color: #F3AF0F;
}
.BgClassName
{
background-color: #F3AF0F;
}
</style>
border-color css
<style>
span { border-color: #F3AF0F; }
span { border-color: rgb(243,175,15); }
td.TdClassName
{
border-color: #F3AF0F;
}
.TagClassName
{
border-color: #F3AF0F;
}
</style>