Shades of Dark Tangerine #FDAB0C
Tints of Dark Tangerine #FDAB0C
RGB
CMYK
RGB Variations
Color information
#FDAB0C (or 0xFDAB0C) is known color: Dark Tangerine. HEX triplet: FD, AB and 0C. RGB value is (253,171,12). Sum of RGB (Red+Green+Blue) = 253+171+12=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAB0C is #0254F3. Grayscale: #B2B2B2. Windows color (decimal): -152820 or 830461. OLE color: 830461.
HSL color Cylindrical-coordinate representation of color #FDAB0C: hue angle of 39.59º 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 #FDAB0C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 12 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.01 |
| HSL | 39.59º | 0.98% | 0.52% | - |
| HSV(B) | 39.59º | 0.95% | 0.99% | - |
| XYZ | 55.14 | 50.04 | 7.1 | - |
| YUV | 177.39 | 34.67 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 12 | 0 | 0.32 | 0.95 | 0.01 | 39.59 | 0.98 | 0.52 |
| Hex | FD | AB | C | 0 | 20 | 5F | 1 | 28 | 62 | 34 |
| Octal | 375 | 253 | 14 | 0 | 40 | 137 | 1 | 50 | 142 | 64 |
| Binary | 11111101 | 10101011 | 1100 | 0 | 100000 | 1011111 | 1 | 101000 | 1100010 | 110100 |
Color Harmonies of #FDAB0C
Complementary color
Monochromatic Colors of #FDAB0C
Black with #FDAB0C
Text Example
Text Example
White with #FDAB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB0C; }
p { color: rgb(253,171,12); }
H1.HeaderClassName
{
color: #FDAB0C;
}
.AnyTagClassName
{
color: #FDAB0C;
}
</style>
background-color css
<style>
a { background-color: #FDAB0C; }
a { background-color: rgb(253,171,12); }
div.DivClassName
{
background-color: #FDAB0C;
}
.BgClassName
{
background-color: #FDAB0C;
}
</style>
border-color css
<style>
span { border-color: #FDAB0C; }
span { border-color: rgb(253,171,12); }
td.TdClassName
{
border-color: #FDAB0C;
}
.TagClassName
{
border-color: #FDAB0C;
}
</style>