Shades of Dark Tangerine #FFAD0F
Tints of Dark Tangerine #FFAD0F
RGB
CMYK
RGB Variations
Color information
#FFAD0F (or 0xFFAD0F) is known color: Dark Tangerine. HEX triplet: FF, AD and 0F. RGB value is (255,173,15). Sum of RGB (Red+Green+Blue) = 255+173+15=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 15 (6.25% from 255 or 3.39% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAD0F is #0052F0. Grayscale: #B4B4B4. Windows color (decimal): -21233 or 1027583. OLE color: 1027583.
HSL color Cylindrical-coordinate representation of color #FFAD0F: hue angle of 39.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFAD0F is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 15 | - |
| CMYK | 0 | 0.32 | 0.94 | 0 |
| HSL | 39.5º | 1% | 0.53% | - |
| HSV(B) | 39.5º | 0.94% | 1% | - |
| XYZ | 56.27 | 51.18 | 7.37 | - |
| YUV | 179.51 | 35.17 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 15 | 0 | 0.32 | 0.94 | 0 | 39.5 | 1 | 0.53 |
| Hex | FF | AD | F | 0 | 20 | 5E | 0 | 28 | 64 | 35 |
| Octal | 377 | 255 | 17 | 0 | 40 | 136 | 0 | 50 | 144 | 65 |
| Binary | 11111111 | 10101101 | 1111 | 0 | 100000 | 1011110 | 0 | 101000 | 1100100 | 110101 |
Color Harmonies of #FFAD0F
Complementary color
Monochromatic Colors of #FFAD0F
Black with #FFAD0F
Text Example
Text Example
White with #FFAD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD0F; }
p { color: rgb(255,173,15); }
H1.HeaderClassName
{
color: #FFAD0F;
}
.AnyTagClassName
{
color: #FFAD0F;
}
</style>
background-color css
<style>
a { background-color: #FFAD0F; }
a { background-color: rgb(255,173,15); }
div.DivClassName
{
background-color: #FFAD0F;
}
.BgClassName
{
background-color: #FFAD0F;
}
</style>
border-color css
<style>
span { border-color: #FFAD0F; }
span { border-color: rgb(255,173,15); }
td.TdClassName
{
border-color: #FFAD0F;
}
.TagClassName
{
border-color: #FFAD0F;
}
</style>