Shades of Dark Tangerine #FFAB1F
Tints of Dark Tangerine #FFAB1F
RGB
CMYK
RGB Variations
Color information
#FFAB1F (or 0xFFAB1F) is known color: Dark Tangerine. HEX triplet: FF, AB and 1F. RGB value is (255,171,31). Sum of RGB (Red+Green+Blue) = 255+171+31=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 31 (12.5% from 255 or 6.78% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB1F is #0054E0. Grayscale: #B4B4B4. Windows color (decimal): -21729 or 2075647. OLE color: 2075647.
HSL color Cylindrical-coordinate representation of color #FFAB1F: hue angle of 37.5º 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 #FFAB1F is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 31 | - |
| CMYK | 0 | 0.33 | 0.88 | 0 |
| HSL | 37.5º | 1% | 0.56% | - |
| HSV(B) | 37.5º | 0.88% | 1% | - |
| XYZ | 56.05 | 50.48 | 8.09 | - |
| YUV | 180.16 | 43.83 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 31 | 0 | 0.33 | 0.88 | 0 | 37.5 | 1 | 0.56 |
| Hex | FF | AB | 1F | 0 | 21 | 58 | 0 | 26 | 64 | 38 |
| Octal | 377 | 253 | 37 | 0 | 41 | 130 | 0 | 46 | 144 | 70 |
| Binary | 11111111 | 10101011 | 11111 | 0 | 100001 | 1011000 | 0 | 100110 | 1100100 | 111000 |
Color Harmonies of #FFAB1F
Complementary color
Monochromatic Colors of #FFAB1F
Black with #FFAB1F
Text Example
Text Example
White with #FFAB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB1F; }
p { color: rgb(255,171,31); }
H1.HeaderClassName
{
color: #FFAB1F;
}
.AnyTagClassName
{
color: #FFAB1F;
}
</style>
background-color css
<style>
a { background-color: #FFAB1F; }
a { background-color: rgb(255,171,31); }
div.DivClassName
{
background-color: #FFAB1F;
}
.BgClassName
{
background-color: #FFAB1F;
}
</style>
border-color css
<style>
span { border-color: #FFAB1F; }
span { border-color: rgb(255,171,31); }
td.TdClassName
{
border-color: #FFAB1F;
}
.TagClassName
{
border-color: #FFAB1F;
}
</style>