Shades of Dark Tangerine #FFAC0F
Tints of Dark Tangerine #FFAC0F
RGB
CMYK
RGB Variations
Color information
#FFAC0F (or 0xFFAC0F) is known color: Dark Tangerine. HEX triplet: FF, AC and 0F. RGB value is (255,172,15). Sum of RGB (Red+Green+Blue) = 255+172+15=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAC0F is #0053F0. Grayscale: #B3B3B3. Windows color (decimal): -21489 or 1027327. OLE color: 1027327.
HSL color Cylindrical-coordinate representation of color #FFAC0F: hue angle of 39.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFAC0F is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 15 | - |
| CMYK | 0 | 0.33 | 0.94 | 0 |
| HSL | 39.25º | 1% | 0.53% | - |
| HSV(B) | 39.25º | 0.94% | 1% | - |
| XYZ | 56.08 | 50.8 | 7.3 | - |
| YUV | 178.92 | 35.5 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 15 | 0 | 0.33 | 0.94 | 0 | 39.25 | 1 | 0.53 |
| Hex | FF | AC | F | 0 | 21 | 5E | 0 | 27 | 64 | 35 |
| Octal | 377 | 254 | 17 | 0 | 41 | 136 | 0 | 47 | 144 | 65 |
| Binary | 11111111 | 10101100 | 1111 | 0 | 100001 | 1011110 | 0 | 100111 | 1100100 | 110101 |
Color Harmonies of #FFAC0F
Complementary color
Monochromatic Colors of #FFAC0F
Black with #FFAC0F
Text Example
Text Example
White with #FFAC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC0F; }
p { color: rgb(255,172,15); }
H1.HeaderClassName
{
color: #FFAC0F;
}
.AnyTagClassName
{
color: #FFAC0F;
}
</style>
background-color css
<style>
a { background-color: #FFAC0F; }
a { background-color: rgb(255,172,15); }
div.DivClassName
{
background-color: #FFAC0F;
}
.BgClassName
{
background-color: #FFAC0F;
}
</style>
border-color css
<style>
span { border-color: #FFAC0F; }
span { border-color: rgb(255,172,15); }
td.TdClassName
{
border-color: #FFAC0F;
}
.TagClassName
{
border-color: #FFAC0F;
}
</style>