Shades of Tangerine Yellow #FFD00F
Tints of Tangerine Yellow #FFD00F
RGB
CMYK
RGB Variations
Color information
#FFD00F (or 0xFFD00F) is known color: Tangerine Yellow. HEX triplet: FF, D0 and 0F. RGB value is (255,208,15). Sum of RGB (Red+Green+Blue) = 255+208+15=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 15 (6.25% from 255 or 3.14% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD00F is #002FF0. Grayscale: #C8C8C8. Windows color (decimal): -12273 or 1036543. OLE color: 1036543.
HSL color Cylindrical-coordinate representation of color #FFD00F: hue angle of 48.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFD00F is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 15 | - |
| CMYK | 0 | 0.18 | 0.94 | 0 |
| HSL | 48.25º | 1% | 0.53% | - |
| HSV(B) | 48.25º | 0.94% | 1% | - |
| XYZ | 63.88 | 66.41 | 9.9 | - |
| YUV | 200.05 | 23.57 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 15 | 0 | 0.18 | 0.94 | 0 | 48.25 | 1 | 0.53 |
| Hex | FF | D0 | F | 0 | 12 | 5E | 0 | 30 | 64 | 35 |
| Octal | 377 | 320 | 17 | 0 | 22 | 136 | 0 | 60 | 144 | 65 |
| Binary | 11111111 | 11010000 | 1111 | 0 | 10010 | 1011110 | 0 | 110000 | 1100100 | 110101 |
Color Harmonies of #FFD00F
Complementary color
Monochromatic Colors of #FFD00F
Black with #FFD00F
Text Example
Text Example
White with #FFD00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD00F; }
p { color: rgb(255,208,15); }
H1.HeaderClassName
{
color: #FFD00F;
}
.AnyTagClassName
{
color: #FFD00F;
}
</style>
background-color css
<style>
a { background-color: #FFD00F; }
a { background-color: rgb(255,208,15); }
div.DivClassName
{
background-color: #FFD00F;
}
.BgClassName
{
background-color: #FFD00F;
}
</style>
border-color css
<style>
span { border-color: #FFD00F; }
span { border-color: rgb(255,208,15); }
td.TdClassName
{
border-color: #FFD00F;
}
.TagClassName
{
border-color: #FFD00F;
}
</style>