Shades of Dark Tangerine #FFAC1E
Tints of Dark Tangerine #FFAC1E
RGB
CMYK
RGB Variations
Color information
#FFAC1E (or 0xFFAC1E) is known color: Dark Tangerine. HEX triplet: FF, AC and 1E. RGB value is (255,172,30). Sum of RGB (Red+Green+Blue) = 255+172+30=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 30 (12.11% from 255 or 6.56% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAC1E is #0053E1. Grayscale: #B5B5B5. Windows color (decimal): -21474 or 2010367. OLE color: 2010367.
HSL color Cylindrical-coordinate representation of color #FFAC1E: hue angle of 37.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFAC1E is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 30 | - |
| CMYK | 0 | 0.33 | 0.88 | 0 |
| HSL | 37.87º | 1% | 0.56% | - |
| HSV(B) | 37.87º | 0.88% | 1% | - |
| XYZ | 56.23 | 50.86 | 8.08 | - |
| YUV | 180.63 | 43 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 30 | 0 | 0.33 | 0.88 | 0 | 37.87 | 1 | 0.56 |
| Hex | FF | AC | 1E | 0 | 21 | 58 | 0 | 26 | 64 | 38 |
| Octal | 377 | 254 | 36 | 0 | 41 | 130 | 0 | 46 | 144 | 70 |
| Binary | 11111111 | 10101100 | 11110 | 0 | 100001 | 1011000 | 0 | 100110 | 1100100 | 111000 |
Color Harmonies of #FFAC1E
Complementary color
Monochromatic Colors of #FFAC1E
Black with #FFAC1E
Text Example
Text Example
White with #FFAC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC1E; }
p { color: rgb(255,172,30); }
H1.HeaderClassName
{
color: #FFAC1E;
}
.AnyTagClassName
{
color: #FFAC1E;
}
</style>
background-color css
<style>
a { background-color: #FFAC1E; }
a { background-color: rgb(255,172,30); }
div.DivClassName
{
background-color: #FFAC1E;
}
.BgClassName
{
background-color: #FFAC1E;
}
</style>
border-color css
<style>
span { border-color: #FFAC1E; }
span { border-color: rgb(255,172,30); }
td.TdClassName
{
border-color: #FFAC1E;
}
.TagClassName
{
border-color: #FFAC1E;
}
</style>