Shades of Dark Tangerine #FFAE12
Tints of Dark Tangerine #FFAE12
RGB
CMYK
RGB Variations
Color information
#FFAE12 (or 0xFFAE12) is known color: Dark Tangerine. HEX triplet: FF, AE and 12. RGB value is (255,174,18). Sum of RGB (Red+Green+Blue) = 255+174+18=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAE12 is #0051ED. Grayscale: #B5B5B5. Windows color (decimal): -20974 or 1224447. OLE color: 1224447.
HSL color Cylindrical-coordinate representation of color #FFAE12: hue angle of 39.49º 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 #FFAE12 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 18 | - |
| CMYK | 0 | 0.32 | 0.93 | 0 |
| HSL | 39.49º | 1% | 0.54% | - |
| HSV(B) | 39.49º | 0.93% | 1% | - |
| XYZ | 56.49 | 51.58 | 7.55 | - |
| YUV | 180.44 | 36.34 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 18 | 0 | 0.32 | 0.93 | 0 | 39.49 | 1 | 0.54 |
| Hex | FF | AE | 12 | 0 | 20 | 5D | 0 | 27 | 64 | 36 |
| Octal | 377 | 256 | 22 | 0 | 40 | 135 | 0 | 47 | 144 | 66 |
| Binary | 11111111 | 10101110 | 10010 | 0 | 100000 | 1011101 | 0 | 100111 | 1100100 | 110110 |
Color Harmonies of #FFAE12
Complementary color
Monochromatic Colors of #FFAE12
Black with #FFAE12
Text Example
Text Example
White with #FFAE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE12; }
p { color: rgb(255,174,18); }
H1.HeaderClassName
{
color: #FFAE12;
}
.AnyTagClassName
{
color: #FFAE12;
}
</style>
background-color css
<style>
a { background-color: #FFAE12; }
a { background-color: rgb(255,174,18); }
div.DivClassName
{
background-color: #FFAE12;
}
.BgClassName
{
background-color: #FFAE12;
}
</style>
border-color css
<style>
span { border-color: #FFAE12; }
span { border-color: rgb(255,174,18); }
td.TdClassName
{
border-color: #FFAE12;
}
.TagClassName
{
border-color: #FFAE12;
}
</style>