Shades of Dark Tangerine #FDB009
Tints of Dark Tangerine #FDB009
RGB
CMYK
RGB Variations
Color information
#FDB009 (or 0xFDB009) is known color: Dark Tangerine. HEX triplet: FD, B0 and 09. RGB value is (253,176,9). Sum of RGB (Red+Green+Blue) = 253+176+9=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 9 (3.91% from 255 or 2.05% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB009 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB009 is #024FF6. Grayscale: #B4B4B4. Windows color (decimal): -151543 or 635133. OLE color: 635133.
HSL color Cylindrical-coordinate representation of color #FDB009: hue angle of 41.07º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDB009 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 9 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.01 |
| HSL | 41.07º | 0.98% | 0.51% | - |
| HSV(B) | 41.07º | 0.96% | 0.99% | - |
| XYZ | 56.08 | 51.95 | 7.33 | - |
| YUV | 179.99 | 31.51 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 9 | 0 | 0.30 | 0.96 | 0.01 | 41.07 | 0.98 | 0.51 |
| Hex | FD | B0 | 9 | 0 | 1E | 60 | 1 | 29 | 62 | 33 |
| Octal | 375 | 260 | 11 | 0 | 36 | 140 | 1 | 51 | 142 | 63 |
| Binary | 11111101 | 10110000 | 1001 | 0 | 11110 | 1100000 | 1 | 101001 | 1100010 | 110011 |
Color Harmonies of #FDB009
Complementary color
Monochromatic Colors of #FDB009
Black with #FDB009
Text Example
Text Example
White with #FDB009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB009; }
p { color: rgb(253,176,9); }
H1.HeaderClassName
{
color: #FDB009;
}
.AnyTagClassName
{
color: #FDB009;
}
</style>
background-color css
<style>
a { background-color: #FDB009; }
a { background-color: rgb(253,176,9); }
div.DivClassName
{
background-color: #FDB009;
}
.BgClassName
{
background-color: #FDB009;
}
</style>
border-color css
<style>
span { border-color: #FDB009; }
span { border-color: rgb(253,176,9); }
td.TdClassName
{
border-color: #FDB009;
}
.TagClassName
{
border-color: #FDB009;
}
</style>