Shades of Dark Tangerine #FFAD0C
Tints of Dark Tangerine #FFAD0C
RGB
CMYK
RGB Variations
Color information
#FFAD0C (or 0xFFAD0C) is known color: Dark Tangerine. HEX triplet: FF, AD and 0C. RGB value is (255,173,12). Sum of RGB (Red+Green+Blue) = 255+173+12=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAD0C is #0052F3. Grayscale: #B3B3B3. Windows color (decimal): -21236 or 830975. OLE color: 830975.
HSL color Cylindrical-coordinate representation of color #FFAD0C: hue angle of 39.75º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFAD0C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 12 | - |
| CMYK | 0 | 0.32 | 0.95 | 0 |
| HSL | 39.75º | 1% | 0.52% | - |
| HSV(B) | 39.75º | 0.95% | 1% | - |
| XYZ | 56.25 | 51.17 | 7.26 | - |
| YUV | 179.16 | 33.67 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 12 | 0 | 0.32 | 0.95 | 0 | 39.75 | 1 | 0.52 |
| Hex | FF | AD | C | 0 | 20 | 5F | 0 | 28 | 64 | 34 |
| Octal | 377 | 255 | 14 | 0 | 40 | 137 | 0 | 50 | 144 | 64 |
| Binary | 11111111 | 10101101 | 1100 | 0 | 100000 | 1011111 | 0 | 101000 | 1100100 | 110100 |
Color Harmonies of #FFAD0C
Complementary color
Monochromatic Colors of #FFAD0C
Black with #FFAD0C
Text Example
Text Example
White with #FFAD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD0C; }
p { color: rgb(255,173,12); }
H1.HeaderClassName
{
color: #FFAD0C;
}
.AnyTagClassName
{
color: #FFAD0C;
}
</style>
background-color css
<style>
a { background-color: #FFAD0C; }
a { background-color: rgb(255,173,12); }
div.DivClassName
{
background-color: #FFAD0C;
}
.BgClassName
{
background-color: #FFAD0C;
}
</style>
border-color css
<style>
span { border-color: #FFAD0C; }
span { border-color: rgb(255,173,12); }
td.TdClassName
{
border-color: #FFAD0C;
}
.TagClassName
{
border-color: #FFAD0C;
}
</style>