Shades of Dark Tangerine #FDAB0D
Tints of Dark Tangerine #FDAB0D
RGB
CMYK
RGB Variations
Color information
#FDAB0D (or 0xFDAB0D) is known color: Dark Tangerine. HEX triplet: FD, AB and 0D. RGB value is (253,171,13). Sum of RGB (Red+Green+Blue) = 253+171+13=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAB0D is #0254F2. Grayscale: #B2B2B2. Windows color (decimal): -152819 or 895997. OLE color: 895997.
HSL color Cylindrical-coordinate representation of color #FDAB0D: hue angle of 39.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FDAB0D is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 13 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.01 |
| HSL | 39.5º | 0.98% | 0.52% | - |
| HSV(B) | 39.5º | 0.95% | 0.99% | - |
| XYZ | 55.14 | 50.04 | 7.13 | - |
| YUV | 177.51 | 35.17 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 13 | 0 | 0.32 | 0.95 | 0.01 | 39.5 | 0.98 | 0.52 |
| Hex | FD | AB | D | 0 | 20 | 5F | 1 | 28 | 62 | 34 |
| Octal | 375 | 253 | 15 | 0 | 40 | 137 | 1 | 50 | 142 | 64 |
| Binary | 11111101 | 10101011 | 1101 | 0 | 100000 | 1011111 | 1 | 101000 | 1100010 | 110100 |
Color Harmonies of #FDAB0D
Complementary color
Monochromatic Colors of #FDAB0D
Black with #FDAB0D
Text Example
Text Example
White with #FDAB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB0D; }
p { color: rgb(253,171,13); }
H1.HeaderClassName
{
color: #FDAB0D;
}
.AnyTagClassName
{
color: #FDAB0D;
}
</style>
background-color css
<style>
a { background-color: #FDAB0D; }
a { background-color: rgb(253,171,13); }
div.DivClassName
{
background-color: #FDAB0D;
}
.BgClassName
{
background-color: #FDAB0D;
}
</style>
border-color css
<style>
span { border-color: #FDAB0D; }
span { border-color: rgb(253,171,13); }
td.TdClassName
{
border-color: #FDAB0D;
}
.TagClassName
{
border-color: #FDAB0D;
}
</style>