Shades of Dark Tangerine #FFAC1D
Tints of Dark Tangerine #FFAC1D
RGB
CMYK
RGB Variations
Color information
#FFAC1D (or 0xFFAC1D) is known color: Dark Tangerine. HEX triplet: FF, AC and 1D. RGB value is (255,172,29). Sum of RGB (Red+Green+Blue) = 255+172+29=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 29 (11.72% from 255 or 6.36% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAC1D is #0053E2. Grayscale: #B5B5B5. Windows color (decimal): -21475 or 1944831. OLE color: 1944831.
HSL color Cylindrical-coordinate representation of color #FFAC1D: hue angle of 37.96º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFAC1D is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 29 | - |
| CMYK | 0 | 0.33 | 0.89 | 0 |
| HSL | 37.96º | 1% | 0.56% | - |
| HSV(B) | 37.96º | 0.89% | 1% | - |
| XYZ | 56.21 | 50.85 | 8.02 | - |
| YUV | 180.52 | 42.5 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 29 | 0 | 0.33 | 0.89 | 0 | 37.96 | 1 | 0.56 |
| Hex | FF | AC | 1D | 0 | 21 | 59 | 0 | 26 | 64 | 38 |
| Octal | 377 | 254 | 35 | 0 | 41 | 131 | 0 | 46 | 144 | 70 |
| Binary | 11111111 | 10101100 | 11101 | 0 | 100001 | 1011001 | 0 | 100110 | 1100100 | 111000 |
Color Harmonies of #FFAC1D
Complementary color
Monochromatic Colors of #FFAC1D
Black with #FFAC1D
Text Example
Text Example
White with #FFAC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC1D; }
p { color: rgb(255,172,29); }
H1.HeaderClassName
{
color: #FFAC1D;
}
.AnyTagClassName
{
color: #FFAC1D;
}
</style>
background-color css
<style>
a { background-color: #FFAC1D; }
a { background-color: rgb(255,172,29); }
div.DivClassName
{
background-color: #FFAC1D;
}
.BgClassName
{
background-color: #FFAC1D;
}
</style>
border-color css
<style>
span { border-color: #FFAC1D; }
span { border-color: rgb(255,172,29); }
td.TdClassName
{
border-color: #FFAC1D;
}
.TagClassName
{
border-color: #FFAC1D;
}
</style>