Shades of Dark Tangerine #FFAE0B
Tints of Dark Tangerine #FFAE0B
RGB
CMYK
RGB Variations
Color information
#FFAE0B (or 0xFFAE0B) is known color: Dark Tangerine. HEX triplet: FF, AE and 0B. RGB value is (255,174,11). Sum of RGB (Red+Green+Blue) = 255+174+11=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 11 (4.69% from 255 or 2.5% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAE0B is #0051F4. Grayscale: #B4B4B4. Windows color (decimal): -20981 or 765695. OLE color: 765695.
HSL color Cylindrical-coordinate representation of color #FFAE0B: hue angle of 40.08º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFAE0B is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 11 | - |
| CMYK | 0 | 0.32 | 0.96 | 0 |
| HSL | 40.08º | 1% | 0.52% | - |
| HSV(B) | 40.08º | 0.96% | 1% | - |
| XYZ | 56.44 | 51.56 | 7.29 | - |
| YUV | 179.64 | 32.84 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 11 | 0 | 0.32 | 0.96 | 0 | 40.08 | 1 | 0.52 |
| Hex | FF | AE | B | 0 | 20 | 60 | 0 | 28 | 64 | 34 |
| Octal | 377 | 256 | 13 | 0 | 40 | 140 | 0 | 50 | 144 | 64 |
| Binary | 11111111 | 10101110 | 1011 | 0 | 100000 | 1100000 | 0 | 101000 | 1100100 | 110100 |
Color Harmonies of #FFAE0B
Complementary color
Monochromatic Colors of #FFAE0B
Black with #FFAE0B
Text Example
Text Example
White with #FFAE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE0B; }
p { color: rgb(255,174,11); }
H1.HeaderClassName
{
color: #FFAE0B;
}
.AnyTagClassName
{
color: #FFAE0B;
}
</style>
background-color css
<style>
a { background-color: #FFAE0B; }
a { background-color: rgb(255,174,11); }
div.DivClassName
{
background-color: #FFAE0B;
}
.BgClassName
{
background-color: #FFAE0B;
}
</style>
border-color css
<style>
span { border-color: #FFAE0B; }
span { border-color: rgb(255,174,11); }
td.TdClassName
{
border-color: #FFAE0B;
}
.TagClassName
{
border-color: #FFAE0B;
}
</style>