Shades of Tangerine Yellow #FFD00D
Tints of Tangerine Yellow #FFD00D
RGB
CMYK
RGB Variations
Color information
#FFD00D (or 0xFFD00D) is known color: Tangerine Yellow. HEX triplet: FF, D0 and 0D. RGB value is (255,208,13). Sum of RGB (Red+Green+Blue) = 255+208+13=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 13 (5.47% from 255 or 2.73% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD00D is #002FF2. Grayscale: #C8C8C8. Windows color (decimal): -12275 or 905471. OLE color: 905471.
HSL color Cylindrical-coordinate representation of color #FFD00D: hue angle of 48.35º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFD00D is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 13 | - |
| CMYK | 0 | 0.18 | 0.95 | 0 |
| HSL | 48.35º | 1% | 0.53% | - |
| HSV(B) | 48.35º | 0.95% | 1% | - |
| XYZ | 63.87 | 66.4 | 9.83 | - |
| YUV | 199.82 | 22.57 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 13 | 0 | 0.18 | 0.95 | 0 | 48.35 | 1 | 0.53 |
| Hex | FF | D0 | D | 0 | 12 | 5F | 0 | 30 | 64 | 35 |
| Octal | 377 | 320 | 15 | 0 | 22 | 137 | 0 | 60 | 144 | 65 |
| Binary | 11111111 | 11010000 | 1101 | 0 | 10010 | 1011111 | 0 | 110000 | 1100100 | 110101 |
Color Harmonies of #FFD00D
Complementary color
Monochromatic Colors of #FFD00D
Black with #FFD00D
Text Example
Text Example
White with #FFD00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD00D; }
p { color: rgb(255,208,13); }
H1.HeaderClassName
{
color: #FFD00D;
}
.AnyTagClassName
{
color: #FFD00D;
}
</style>
background-color css
<style>
a { background-color: #FFD00D; }
a { background-color: rgb(255,208,13); }
div.DivClassName
{
background-color: #FFD00D;
}
.BgClassName
{
background-color: #FFD00D;
}
</style>
border-color css
<style>
span { border-color: #FFD00D; }
span { border-color: rgb(255,208,13); }
td.TdClassName
{
border-color: #FFD00D;
}
.TagClassName
{
border-color: #FFD00D;
}
</style>