Shades of Dark Tangerine #FFAE1C
Tints of Dark Tangerine #FFAE1C
RGB
CMYK
RGB Variations
Color information
#FFAE1C (or 0xFFAE1C) is known color: Dark Tangerine. HEX triplet: FF, AE and 1C. RGB value is (255,174,28). Sum of RGB (Red+Green+Blue) = 255+174+28=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 28 (11.33% from 255 or 6.13% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE1C is #0051E3. Grayscale: #B6B6B6. Windows color (decimal): -20964 or 1879807. OLE color: 1879807.
HSL color Cylindrical-coordinate representation of color #FFAE1C: hue angle of 38.59º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFAE1C is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 28 | - |
| CMYK | 0 | 0.32 | 0.89 | 0 |
| HSL | 38.59º | 1% | 0.55% | - |
| HSV(B) | 38.59º | 0.89% | 1% | - |
| XYZ | 56.59 | 51.62 | 8.08 | - |
| YUV | 181.58 | 41.34 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 28 | 0 | 0.32 | 0.89 | 0 | 38.59 | 1 | 0.55 |
| Hex | FF | AE | 1C | 0 | 20 | 59 | 0 | 27 | 64 | 37 |
| Octal | 377 | 256 | 34 | 0 | 40 | 131 | 0 | 47 | 144 | 67 |
| Binary | 11111111 | 10101110 | 11100 | 0 | 100000 | 1011001 | 0 | 100111 | 1100100 | 110111 |
Color Harmonies of #FFAE1C
Complementary color
Monochromatic Colors of #FFAE1C
Black with #FFAE1C
Text Example
Text Example
White with #FFAE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE1C; }
p { color: rgb(255,174,28); }
H1.HeaderClassName
{
color: #FFAE1C;
}
.AnyTagClassName
{
color: #FFAE1C;
}
</style>
background-color css
<style>
a { background-color: #FFAE1C; }
a { background-color: rgb(255,174,28); }
div.DivClassName
{
background-color: #FFAE1C;
}
.BgClassName
{
background-color: #FFAE1C;
}
</style>
border-color css
<style>
span { border-color: #FFAE1C; }
span { border-color: rgb(255,174,28); }
td.TdClassName
{
border-color: #FFAE1C;
}
.TagClassName
{
border-color: #FFAE1C;
}
</style>