Shades of Dark Tangerine #FFAD18
Tints of Dark Tangerine #FFAD18
RGB
CMYK
RGB Variations
Color information
#FFAD18 (or 0xFFAD18) is known color: Dark Tangerine. HEX triplet: FF, AD and 18. RGB value is (255,173,24). Sum of RGB (Red+Green+Blue) = 255+173+24=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 24 (9.77% from 255 or 5.31% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAD18 is #0052E7. Grayscale: #B5B5B5. Windows color (decimal): -21224 or 1617407. OLE color: 1617407.
HSL color Cylindrical-coordinate representation of color #FFAD18: hue angle of 38.7º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFAD18 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 24 | - |
| CMYK | 0 | 0.32 | 0.91 | 0 |
| HSL | 38.7º | 1% | 0.55% | - |
| HSV(B) | 38.7º | 0.91% | 1% | - |
| XYZ | 56.35 | 51.21 | 7.78 | - |
| YUV | 180.53 | 39.67 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 24 | 0 | 0.32 | 0.91 | 0 | 38.7 | 1 | 0.55 |
| Hex | FF | AD | 18 | 0 | 20 | 5B | 0 | 27 | 64 | 37 |
| Octal | 377 | 255 | 30 | 0 | 40 | 133 | 0 | 47 | 144 | 67 |
| Binary | 11111111 | 10101101 | 11000 | 0 | 100000 | 1011011 | 0 | 100111 | 1100100 | 110111 |
Color Harmonies of #FFAD18
Complementary color
Monochromatic Colors of #FFAD18
Black with #FFAD18
Text Example
Text Example
White with #FFAD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD18; }
p { color: rgb(255,173,24); }
H1.HeaderClassName
{
color: #FFAD18;
}
.AnyTagClassName
{
color: #FFAD18;
}
</style>
background-color css
<style>
a { background-color: #FFAD18; }
a { background-color: rgb(255,173,24); }
div.DivClassName
{
background-color: #FFAD18;
}
.BgClassName
{
background-color: #FFAD18;
}
</style>
border-color css
<style>
span { border-color: #FFAD18; }
span { border-color: rgb(255,173,24); }
td.TdClassName
{
border-color: #FFAD18;
}
.TagClassName
{
border-color: #FFAD18;
}
</style>