Shades of Dark Tangerine #FFA10C
Tints of Dark Tangerine #FFA10C
RGB
CMYK
RGB Variations
Color information
#FFA10C (or 0xFFA10C) is known color: Dark Tangerine. HEX triplet: FF, A1 and 0C. RGB value is (255,161,12). Sum of RGB (Red+Green+Blue) = 255+161+12=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 12 (5.08% from 255 or 2.80% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA10C is #005EF3. Grayscale: #ACACAC. Windows color (decimal): -24308 or 827903. OLE color: 827903.
HSL color Cylindrical-coordinate representation of color #FFA10C: hue angle of 36.79º 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 #FFA10C is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 12 | - |
| CMYK | 0 | 0.37 | 0.95 | 0 |
| HSL | 36.79º | 1% | 0.52% | - |
| HSV(B) | 36.79º | 0.95% | 1% | - |
| XYZ | 54.05 | 46.78 | 6.53 | - |
| YUV | 172.12 | 37.64 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 12 | 0 | 0.37 | 0.95 | 0 | 36.79 | 1 | 0.52 |
| Hex | FF | A1 | C | 0 | 25 | 5F | 0 | 25 | 64 | 34 |
| Octal | 377 | 241 | 14 | 0 | 45 | 137 | 0 | 45 | 144 | 64 |
| Binary | 11111111 | 10100001 | 1100 | 0 | 100101 | 1011111 | 0 | 100101 | 1100100 | 110100 |
Color Harmonies of #FFA10C
Complementary color
Monochromatic Colors of #FFA10C
Black with #FFA10C
Text Example
Text Example
White with #FFA10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA10C; }
p { color: rgb(255,161,12); }
H1.HeaderClassName
{
color: #FFA10C;
}
.AnyTagClassName
{
color: #FFA10C;
}
</style>
background-color css
<style>
a { background-color: #FFA10C; }
a { background-color: rgb(255,161,12); }
div.DivClassName
{
background-color: #FFA10C;
}
.BgClassName
{
background-color: #FFA10C;
}
</style>
border-color css
<style>
span { border-color: #FFA10C; }
span { border-color: rgb(255,161,12); }
td.TdClassName
{
border-color: #FFA10C;
}
.TagClassName
{
border-color: #FFA10C;
}
</style>