Shades of Dark Tangerine #FFAE1A
Tints of Dark Tangerine #FFAE1A
RGB
CMYK
RGB Variations
Color information
#FFAE1A (or 0xFFAE1A) is known color: Dark Tangerine. HEX triplet: FF, AE and 1A. RGB value is (255,174,26). Sum of RGB (Red+Green+Blue) = 255+174+26=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 26 (10.55% from 255 or 5.71% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE1A is #0051E5. Grayscale: #B6B6B6. Windows color (decimal): -20966 or 1748735. OLE color: 1748735.
HSL color Cylindrical-coordinate representation of color #FFAE1A: hue angle of 38.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFAE1A is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 26 | - |
| CMYK | 0 | 0.32 | 0.90 | 0 |
| HSL | 38.78º | 1% | 0.55% | - |
| HSV(B) | 38.78º | 0.9% | 1% | - |
| XYZ | 56.56 | 51.61 | 7.96 | - |
| YUV | 181.35 | 40.34 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 26 | 0 | 0.32 | 0.90 | 0 | 38.78 | 1 | 0.55 |
| Hex | FF | AE | 1A | 0 | 20 | 5A | 0 | 27 | 64 | 37 |
| Octal | 377 | 256 | 32 | 0 | 40 | 132 | 0 | 47 | 144 | 67 |
| Binary | 11111111 | 10101110 | 11010 | 0 | 100000 | 1011010 | 0 | 100111 | 1100100 | 110111 |
Color Harmonies of #FFAE1A
Complementary color
Monochromatic Colors of #FFAE1A
Black with #FFAE1A
Text Example
Text Example
White with #FFAE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE1A; }
p { color: rgb(255,174,26); }
H1.HeaderClassName
{
color: #FFAE1A;
}
.AnyTagClassName
{
color: #FFAE1A;
}
</style>
background-color css
<style>
a { background-color: #FFAE1A; }
a { background-color: rgb(255,174,26); }
div.DivClassName
{
background-color: #FFAE1A;
}
.BgClassName
{
background-color: #FFAE1A;
}
</style>
border-color css
<style>
span { border-color: #FFAE1A; }
span { border-color: rgb(255,174,26); }
td.TdClassName
{
border-color: #FFAE1A;
}
.TagClassName
{
border-color: #FFAE1A;
}
</style>