Shades of Dark Tangerine #FDAB21
Tints of Dark Tangerine #FDAB21
RGB
CMYK
RGB Variations
Color information
#FDAB21 (or 0xFDAB21) is known color: Dark Tangerine. HEX triplet: FD, AB and 21. RGB value is (253,171,33). Sum of RGB (Red+Green+Blue) = 253+171+33=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 33 (13.28% from 255 or 7.22% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAB21 is #0254DE. Grayscale: #B4B4B4. Windows color (decimal): -152799 or 2206717. OLE color: 2206717.
HSL color Cylindrical-coordinate representation of color #FDAB21: hue angle of 37.64º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FDAB21 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 33 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.01 |
| HSL | 37.64º | 0.98% | 0.56% | - |
| HSV(B) | 37.64º | 0.87% | 0.99% | - |
| XYZ | 55.35 | 50.12 | 8.2 | - |
| YUV | 179.79 | 45.17 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 33 | 0 | 0.32 | 0.87 | 0.01 | 37.64 | 0.98 | 0.56 |
| Hex | FD | AB | 21 | 0 | 20 | 57 | 1 | 26 | 62 | 38 |
| Octal | 375 | 253 | 41 | 0 | 40 | 127 | 1 | 46 | 142 | 70 |
| Binary | 11111101 | 10101011 | 100001 | 0 | 100000 | 1010111 | 1 | 100110 | 1100010 | 111000 |
Color Harmonies of #FDAB21
Complementary color
Monochromatic Colors of #FDAB21
Black with #FDAB21
Text Example
Text Example
White with #FDAB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB21; }
p { color: rgb(253,171,33); }
H1.HeaderClassName
{
color: #FDAB21;
}
.AnyTagClassName
{
color: #FDAB21;
}
</style>
background-color css
<style>
a { background-color: #FDAB21; }
a { background-color: rgb(253,171,33); }
div.DivClassName
{
background-color: #FDAB21;
}
.BgClassName
{
background-color: #FDAB21;
}
</style>
border-color css
<style>
span { border-color: #FDAB21; }
span { border-color: rgb(253,171,33); }
td.TdClassName
{
border-color: #FDAB21;
}
.TagClassName
{
border-color: #FDAB21;
}
</style>