Shades of Dark Tangerine #FDAB14
Tints of Dark Tangerine #FDAB14
RGB
CMYK
RGB Variations
Color information
#FDAB14 (or 0xFDAB14) is known color: Dark Tangerine. HEX triplet: FD, AB and 14. RGB value is (253,171,20). Sum of RGB (Red+Green+Blue) = 253+171+20=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 20 (8.20% from 255 or 4.50% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAB14 is #0254EB. Grayscale: #B2B2B2. Windows color (decimal): -152812 or 1354749. OLE color: 1354749.
HSL color Cylindrical-coordinate representation of color #FDAB14: hue angle of 38.88º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDAB14 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 20 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.01 |
| HSL | 38.88º | 0.98% | 0.54% | - |
| HSV(B) | 38.88º | 0.92% | 0.99% | - |
| XYZ | 55.2 | 50.06 | 7.41 | - |
| YUV | 178.3 | 38.67 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 20 | 0 | 0.32 | 0.92 | 0.01 | 38.88 | 0.98 | 0.54 |
| Hex | FD | AB | 14 | 0 | 20 | 5C | 1 | 27 | 62 | 36 |
| Octal | 375 | 253 | 24 | 0 | 40 | 134 | 1 | 47 | 142 | 66 |
| Binary | 11111101 | 10101011 | 10100 | 0 | 100000 | 1011100 | 1 | 100111 | 1100010 | 110110 |
Color Harmonies of #FDAB14
Complementary color
Monochromatic Colors of #FDAB14
Black with #FDAB14
Text Example
Text Example
White with #FDAB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB14; }
p { color: rgb(253,171,20); }
H1.HeaderClassName
{
color: #FDAB14;
}
.AnyTagClassName
{
color: #FDAB14;
}
</style>
background-color css
<style>
a { background-color: #FDAB14; }
a { background-color: rgb(253,171,20); }
div.DivClassName
{
background-color: #FDAB14;
}
.BgClassName
{
background-color: #FDAB14;
}
</style>
border-color css
<style>
span { border-color: #FDAB14; }
span { border-color: rgb(253,171,20); }
td.TdClassName
{
border-color: #FDAB14;
}
.TagClassName
{
border-color: #FDAB14;
}
</style>