Shades of Tangerine Yellow #FDD005
Tints of Tangerine Yellow #FDD005
RGB
CMYK
RGB Variations
Color information
#FDD005 (or 0xFDD005) is known color: Tangerine Yellow. HEX triplet: FD, D0 and 05. RGB value is (253,208,5). Sum of RGB (Red+Green+Blue) = 253+208+5=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 5 (2.34% from 255 or 1.07% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD005 is #022FFA. Grayscale: #C7C7C7. Windows color (decimal): -143355 or 381181. OLE color: 381181.
HSL color Cylindrical-coordinate representation of color #FDD005: hue angle of 49.11º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDD005 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 5 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.01 |
| HSL | 49.11º | 0.98% | 0.51% | - |
| HSV(B) | 49.11º | 0.98% | 0.99% | - |
| XYZ | 63.09 | 66.01 | 9.56 | - |
| YUV | 198.31 | 18.91 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 5 | 0 | 0.18 | 0.98 | 0.01 | 49.11 | 0.98 | 0.51 |
| Hex | FD | D0 | 5 | 0 | 12 | 62 | 1 | 31 | 62 | 33 |
| Octal | 375 | 320 | 5 | 0 | 22 | 142 | 1 | 61 | 142 | 63 |
| Binary | 11111101 | 11010000 | 101 | 0 | 10010 | 1100010 | 1 | 110001 | 1100010 | 110011 |
Color Harmonies of #FDD005
Complementary color
Monochromatic Colors of #FDD005
Black with #FDD005
Text Example
Text Example
White with #FDD005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD005; }
p { color: rgb(253,208,5); }
H1.HeaderClassName
{
color: #FDD005;
}
.AnyTagClassName
{
color: #FDD005;
}
</style>
background-color css
<style>
a { background-color: #FDD005; }
a { background-color: rgb(253,208,5); }
div.DivClassName
{
background-color: #FDD005;
}
.BgClassName
{
background-color: #FDD005;
}
</style>
border-color css
<style>
span { border-color: #FDD005; }
span { border-color: rgb(253,208,5); }
td.TdClassName
{
border-color: #FDD005;
}
.TagClassName
{
border-color: #FDD005;
}
</style>