Shades of Dark Tangerine #F3AF0A
Tints of Dark Tangerine #F3AF0A
RGB
CMYK
RGB Variations
Color information
#F3AF0A (or 0xF3AF0A) is known color: Dark Tangerine. HEX triplet: F3, AF and 0A. RGB value is (243,175,10). Sum of RGB (Red+Green+Blue) = 243+175+10=428 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.78% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 10 (4.30% from 255 or 2.34% from 428); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3AF0A is #0C50F5. Grayscale: #B1B1B1. Windows color (decimal): -807158 or 700403. OLE color: 700403.
HSL color Cylindrical-coordinate representation of color #F3AF0A: hue angle of 42.49º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F3AF0A is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 175 | 10 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.05 |
| HSL | 42.49º | 0.92% | 0.5% | - |
| HSV(B) | 42.49º | 0.96% | 0.95% | - |
| XYZ | 52.35 | 49.74 | 7.13 | - |
| YUV | 176.52 | 34.03 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 175 | 10 | 0 | 0.28 | 0.96 | 0.05 | 42.49 | 0.92 | 0.5 |
| Hex | F3 | AF | A | 0 | 1C | 60 | 5 | 2A | 5C | 32 |
| Octal | 363 | 257 | 12 | 0 | 34 | 140 | 5 | 52 | 134 | 62 |
| Binary | 11110011 | 10101111 | 1010 | 0 | 11100 | 1100000 | 101 | 101010 | 1011100 | 110010 |
Color Harmonies of #F3AF0A
Complementary color
Monochromatic Colors of #F3AF0A
Black with #F3AF0A
Text Example
Text Example
White with #F3AF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AF0A; }
p { color: rgb(243,175,10); }
H1.HeaderClassName
{
color: #F3AF0A;
}
.AnyTagClassName
{
color: #F3AF0A;
}
</style>
background-color css
<style>
a { background-color: #F3AF0A; }
a { background-color: rgb(243,175,10); }
div.DivClassName
{
background-color: #F3AF0A;
}
.BgClassName
{
background-color: #F3AF0A;
}
</style>
border-color css
<style>
span { border-color: #F3AF0A; }
span { border-color: rgb(243,175,10); }
td.TdClassName
{
border-color: #F3AF0A;
}
.TagClassName
{
border-color: #F3AF0A;
}
</style>