Shades of Dark Tangerine #FDAB1D
Tints of Dark Tangerine #FDAB1D
RGB
CMYK
RGB Variations
Color information
#FDAB1D (or 0xFDAB1D) is known color: Dark Tangerine. HEX triplet: FD, AB and 1D. RGB value is (253,171,29). Sum of RGB (Red+Green+Blue) = 253+171+29=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 29 (11.72% from 255 or 6.40% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAB1D is #0254E2. Grayscale: #B3B3B3. Windows color (decimal): -152803 or 1944573. OLE color: 1944573.
HSL color Cylindrical-coordinate representation of color #FDAB1D: hue angle of 38.04º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDAB1D is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 29 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.01 |
| HSL | 38.04º | 0.98% | 0.55% | - |
| HSV(B) | 38.04º | 0.89% | 0.99% | - |
| XYZ | 55.29 | 50.1 | 7.92 | - |
| YUV | 179.33 | 43.17 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 29 | 0 | 0.32 | 0.89 | 0.01 | 38.04 | 0.98 | 0.55 |
| Hex | FD | AB | 1D | 0 | 20 | 59 | 1 | 26 | 62 | 37 |
| Octal | 375 | 253 | 35 | 0 | 40 | 131 | 1 | 46 | 142 | 67 |
| Binary | 11111101 | 10101011 | 11101 | 0 | 100000 | 1011001 | 1 | 100110 | 1100010 | 110111 |
Color Harmonies of #FDAB1D
Complementary color
Monochromatic Colors of #FDAB1D
Black with #FDAB1D
Text Example
Text Example
White with #FDAB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB1D; }
p { color: rgb(253,171,29); }
H1.HeaderClassName
{
color: #FDAB1D;
}
.AnyTagClassName
{
color: #FDAB1D;
}
</style>
background-color css
<style>
a { background-color: #FDAB1D; }
a { background-color: rgb(253,171,29); }
div.DivClassName
{
background-color: #FDAB1D;
}
.BgClassName
{
background-color: #FDAB1D;
}
</style>
border-color css
<style>
span { border-color: #FDAB1D; }
span { border-color: rgb(253,171,29); }
td.TdClassName
{
border-color: #FDAB1D;
}
.TagClassName
{
border-color: #FDAB1D;
}
</style>