Shades of Tangerine Yellow #FDD009
Tints of Tangerine Yellow #FDD009
RGB
CMYK
RGB Variations
Color information
#FDD009 (or 0xFDD009) is known color: Tangerine Yellow. HEX triplet: FD, D0 and 09. RGB value is (253,208,9). Sum of RGB (Red+Green+Blue) = 253+208+9=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 9 (3.91% from 255 or 1.91% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD009 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD009 is #022FF6. Grayscale: #C7C7C7. Windows color (decimal): -143351 or 643325. OLE color: 643325.
HSL color Cylindrical-coordinate representation of color #FDD009: hue angle of 48.93º 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 #FDD009 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 9 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.01 |
| HSL | 48.93º | 0.98% | 0.51% | - |
| HSV(B) | 48.93º | 0.96% | 0.99% | - |
| XYZ | 63.11 | 66.01 | 9.67 | - |
| YUV | 198.77 | 20.91 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 9 | 0 | 0.18 | 0.96 | 0.01 | 48.93 | 0.98 | 0.51 |
| Hex | FD | D0 | 9 | 0 | 12 | 60 | 1 | 31 | 62 | 33 |
| Octal | 375 | 320 | 11 | 0 | 22 | 140 | 1 | 61 | 142 | 63 |
| Binary | 11111101 | 11010000 | 1001 | 0 | 10010 | 1100000 | 1 | 110001 | 1100010 | 110011 |
Color Harmonies of #FDD009
Complementary color
Monochromatic Colors of #FDD009
Black with #FDD009
Text Example
Text Example
White with #FDD009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD009; }
p { color: rgb(253,208,9); }
H1.HeaderClassName
{
color: #FDD009;
}
.AnyTagClassName
{
color: #FDD009;
}
</style>
background-color css
<style>
a { background-color: #FDD009; }
a { background-color: rgb(253,208,9); }
div.DivClassName
{
background-color: #FDD009;
}
.BgClassName
{
background-color: #FDD009;
}
</style>
border-color css
<style>
span { border-color: #FDD009; }
span { border-color: rgb(253,208,9); }
td.TdClassName
{
border-color: #FDD009;
}
.TagClassName
{
border-color: #FDD009;
}
</style>