Shades of Dark Tangerine #FFAE0F
Tints of Dark Tangerine #FFAE0F
RGB
CMYK
RGB Variations
Color information
#FFAE0F (or 0xFFAE0F) is known color: Dark Tangerine. HEX triplet: FF, AE and 0F. RGB value is (255,174,15). Sum of RGB (Red+Green+Blue) = 255+174+15=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 15 (6.25% from 255 or 3.38% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAE0F is #0051F0. Grayscale: #B4B4B4. Windows color (decimal): -20977 or 1027839. OLE color: 1027839.
HSL color Cylindrical-coordinate representation of color #FFAE0F: hue angle of 39.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFAE0F is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 15 | - |
| CMYK | 0 | 0.32 | 0.94 | 0 |
| HSL | 39.75º | 1% | 0.53% | - |
| HSV(B) | 39.75º | 0.94% | 1% | - |
| XYZ | 56.46 | 51.57 | 7.43 | - |
| YUV | 180.09 | 34.84 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 15 | 0 | 0.32 | 0.94 | 0 | 39.75 | 1 | 0.53 |
| Hex | FF | AE | F | 0 | 20 | 5E | 0 | 28 | 64 | 35 |
| Octal | 377 | 256 | 17 | 0 | 40 | 136 | 0 | 50 | 144 | 65 |
| Binary | 11111111 | 10101110 | 1111 | 0 | 100000 | 1011110 | 0 | 101000 | 1100100 | 110101 |
Color Harmonies of #FFAE0F
Complementary color
Monochromatic Colors of #FFAE0F
Black with #FFAE0F
Text Example
Text Example
White with #FFAE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE0F; }
p { color: rgb(255,174,15); }
H1.HeaderClassName
{
color: #FFAE0F;
}
.AnyTagClassName
{
color: #FFAE0F;
}
</style>
background-color css
<style>
a { background-color: #FFAE0F; }
a { background-color: rgb(255,174,15); }
div.DivClassName
{
background-color: #FFAE0F;
}
.BgClassName
{
background-color: #FFAE0F;
}
</style>
border-color css
<style>
span { border-color: #FFAE0F; }
span { border-color: rgb(255,174,15); }
td.TdClassName
{
border-color: #FFAE0F;
}
.TagClassName
{
border-color: #FFAE0F;
}
</style>