Shades of Dark Tangerine #FFAE22
Tints of Dark Tangerine #FFAE22
RGB
CMYK
RGB Variations
Color information
#FFAE22 (or 0xFFAE22) is known color: Dark Tangerine. HEX triplet: FF, AE and 22. RGB value is (255,174,34). Sum of RGB (Red+Green+Blue) = 255+174+34=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 34 (13.67% from 255 or 7.34% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE22 is #0051DD. Grayscale: #B6B6B6. Windows color (decimal): -20958 or 2273023. OLE color: 2273023.
HSL color Cylindrical-coordinate representation of color #FFAE22: hue angle of 38.01º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFAE22 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 34 | - |
| CMYK | 0 | 0.32 | 0.87 | 0 |
| HSL | 38.01º | 1% | 0.57% | - |
| HSV(B) | 38.01º | 0.87% | 1% | - |
| XYZ | 56.66 | 51.65 | 8.5 | - |
| YUV | 182.26 | 44.34 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 34 | 0 | 0.32 | 0.87 | 0 | 38.01 | 1 | 0.57 |
| Hex | FF | AE | 22 | 0 | 20 | 57 | 0 | 26 | 64 | 39 |
| Octal | 377 | 256 | 42 | 0 | 40 | 127 | 0 | 46 | 144 | 71 |
| Binary | 11111111 | 10101110 | 100010 | 0 | 100000 | 1010111 | 0 | 100110 | 1100100 | 111001 |
Color Harmonies of #FFAE22
Complementary color
Monochromatic Colors of #FFAE22
Black with #FFAE22
Text Example
Text Example
White with #FFAE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE22; }
p { color: rgb(255,174,34); }
H1.HeaderClassName
{
color: #FFAE22;
}
.AnyTagClassName
{
color: #FFAE22;
}
</style>
background-color css
<style>
a { background-color: #FFAE22; }
a { background-color: rgb(255,174,34); }
div.DivClassName
{
background-color: #FFAE22;
}
.BgClassName
{
background-color: #FFAE22;
}
</style>
border-color css
<style>
span { border-color: #FFAE22; }
span { border-color: rgb(255,174,34); }
td.TdClassName
{
border-color: #FFAE22;
}
.TagClassName
{
border-color: #FFAE22;
}
</style>