Shades of Dark Tangerine #FFA412
Tints of Dark Tangerine #FFA412
RGB
CMYK
RGB Variations
Color information
#FFA412 (or 0xFFA412) is known color: Dark Tangerine. HEX triplet: FF, A4 and 12. RGB value is (255,164,18). Sum of RGB (Red+Green+Blue) = 255+164+18=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA412 is #005BED. Grayscale: #AFAFAF. Windows color (decimal): -23534 or 1221887. OLE color: 1221887.
HSL color Cylindrical-coordinate representation of color #FFA412: hue angle of 36.96º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFA412 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 18 | - |
| CMYK | 0 | 0.36 | 0.93 | 0 |
| HSL | 36.96º | 1% | 0.54% | - |
| HSV(B) | 36.96º | 0.93% | 1% | - |
| XYZ | 54.62 | 47.85 | 6.93 | - |
| YUV | 174.57 | 39.65 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 18 | 0 | 0.36 | 0.93 | 0 | 36.96 | 1 | 0.54 |
| Hex | FF | A4 | 12 | 0 | 24 | 5D | 0 | 25 | 64 | 36 |
| Octal | 377 | 244 | 22 | 0 | 44 | 135 | 0 | 45 | 144 | 66 |
| Binary | 11111111 | 10100100 | 10010 | 0 | 100100 | 1011101 | 0 | 100101 | 1100100 | 110110 |
Color Harmonies of #FFA412
Complementary color
Monochromatic Colors of #FFA412
Black with #FFA412
Text Example
Text Example
White with #FFA412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA412; }
p { color: rgb(255,164,18); }
H1.HeaderClassName
{
color: #FFA412;
}
.AnyTagClassName
{
color: #FFA412;
}
</style>
background-color css
<style>
a { background-color: #FFA412; }
a { background-color: rgb(255,164,18); }
div.DivClassName
{
background-color: #FFA412;
}
.BgClassName
{
background-color: #FFA412;
}
</style>
border-color css
<style>
span { border-color: #FFA412; }
span { border-color: rgb(255,164,18); }
td.TdClassName
{
border-color: #FFA412;
}
.TagClassName
{
border-color: #FFA412;
}
</style>