Shades of Dark Tangerine #FFAC1C
Tints of Dark Tangerine #FFAC1C
RGB
CMYK
RGB Variations
Color information
#FFAC1C (or 0xFFAC1C) is known color: Dark Tangerine. HEX triplet: FF, AC and 1C. RGB value is (255,172,28). Sum of RGB (Red+Green+Blue) = 255+172+28=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 28 (11.33% from 255 or 6.15% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAC1C is #0053E3. Grayscale: #B5B5B5. Windows color (decimal): -21476 or 1879295. OLE color: 1879295.
HSL color Cylindrical-coordinate representation of color #FFAC1C: hue angle of 38.06º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFAC1C is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 28 | - |
| CMYK | 0 | 0.33 | 0.89 | 0 |
| HSL | 38.06º | 1% | 0.55% | - |
| HSV(B) | 38.06º | 0.89% | 1% | - |
| XYZ | 56.2 | 50.85 | 7.95 | - |
| YUV | 180.4 | 42 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 28 | 0 | 0.33 | 0.89 | 0 | 38.06 | 1 | 0.55 |
| Hex | FF | AC | 1C | 0 | 21 | 59 | 0 | 26 | 64 | 37 |
| Octal | 377 | 254 | 34 | 0 | 41 | 131 | 0 | 46 | 144 | 67 |
| Binary | 11111111 | 10101100 | 11100 | 0 | 100001 | 1011001 | 0 | 100110 | 1100100 | 110111 |
Color Harmonies of #FFAC1C
Complementary color
Monochromatic Colors of #FFAC1C
Black with #FFAC1C
Text Example
Text Example
White with #FFAC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC1C; }
p { color: rgb(255,172,28); }
H1.HeaderClassName
{
color: #FFAC1C;
}
.AnyTagClassName
{
color: #FFAC1C;
}
</style>
background-color css
<style>
a { background-color: #FFAC1C; }
a { background-color: rgb(255,172,28); }
div.DivClassName
{
background-color: #FFAC1C;
}
.BgClassName
{
background-color: #FFAC1C;
}
</style>
border-color css
<style>
span { border-color: #FFAC1C; }
span { border-color: rgb(255,172,28); }
td.TdClassName
{
border-color: #FFAC1C;
}
.TagClassName
{
border-color: #FFAC1C;
}
</style>