Shades of Dark Tangerine #FFAB1B
Tints of Dark Tangerine #FFAB1B
RGB
CMYK
RGB Variations
Color information
#FFAB1B (or 0xFFAB1B) is known color: Dark Tangerine. HEX triplet: FF, AB and 1B. RGB value is (255,171,27). Sum of RGB (Red+Green+Blue) = 255+171+27=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 27 (10.94% from 255 or 5.96% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB1B is #0054E4. Grayscale: #B4B4B4. Windows color (decimal): -21733 or 1813503. OLE color: 1813503.
HSL color Cylindrical-coordinate representation of color #FFAB1B: hue angle of 37.89º 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 #FFAB1B is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 27 | - |
| CMYK | 0 | 0.33 | 0.89 | 0 |
| HSL | 37.89º | 1% | 0.55% | - |
| HSV(B) | 37.89º | 0.89% | 1% | - |
| XYZ | 56 | 50.46 | 7.83 | - |
| YUV | 179.7 | 41.83 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 27 | 0 | 0.33 | 0.89 | 0 | 37.89 | 1 | 0.55 |
| Hex | FF | AB | 1B | 0 | 21 | 59 | 0 | 26 | 64 | 37 |
| Octal | 377 | 253 | 33 | 0 | 41 | 131 | 0 | 46 | 144 | 67 |
| Binary | 11111111 | 10101011 | 11011 | 0 | 100001 | 1011001 | 0 | 100110 | 1100100 | 110111 |
Color Harmonies of #FFAB1B
Complementary color
Monochromatic Colors of #FFAB1B
Black with #FFAB1B
Text Example
Text Example
White with #FFAB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB1B; }
p { color: rgb(255,171,27); }
H1.HeaderClassName
{
color: #FFAB1B;
}
.AnyTagClassName
{
color: #FFAB1B;
}
</style>
background-color css
<style>
a { background-color: #FFAB1B; }
a { background-color: rgb(255,171,27); }
div.DivClassName
{
background-color: #FFAB1B;
}
.BgClassName
{
background-color: #FFAB1B;
}
</style>
border-color css
<style>
span { border-color: #FFAB1B; }
span { border-color: rgb(255,171,27); }
td.TdClassName
{
border-color: #FFAB1B;
}
.TagClassName
{
border-color: #FFAB1B;
}
</style>