Shades of Tangerine Yellow #FFD00A
Tints of Tangerine Yellow #FFD00A
RGB
CMYK
RGB Variations
Color information
#FFD00A (or 0xFFD00A) is known color: Tangerine Yellow. HEX triplet: FF, D0 and 0A. RGB value is (255,208,10). Sum of RGB (Red+Green+Blue) = 255+208+10=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 10 (4.30% from 255 or 2.11% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD00A is #002FF5. Grayscale: #C8C8C8. Windows color (decimal): -12278 or 708863. OLE color: 708863.
HSL color Cylindrical-coordinate representation of color #FFD00A: hue angle of 48.49º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFD00A is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 10 | - |
| CMYK | 0 | 0.18 | 0.96 | 0 |
| HSL | 48.49º | 1% | 0.52% | - |
| HSV(B) | 48.49º | 0.96% | 1% | - |
| XYZ | 63.85 | 66.39 | 9.74 | - |
| YUV | 199.48 | 21.07 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 10 | 0 | 0.18 | 0.96 | 0 | 48.49 | 1 | 0.52 |
| Hex | FF | D0 | A | 0 | 12 | 60 | 0 | 30 | 64 | 34 |
| Octal | 377 | 320 | 12 | 0 | 22 | 140 | 0 | 60 | 144 | 64 |
| Binary | 11111111 | 11010000 | 1010 | 0 | 10010 | 1100000 | 0 | 110000 | 1100100 | 110100 |
Color Harmonies of #FFD00A
Complementary color
Monochromatic Colors of #FFD00A
Black with #FFD00A
Text Example
Text Example
White with #FFD00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD00A; }
p { color: rgb(255,208,10); }
H1.HeaderClassName
{
color: #FFD00A;
}
.AnyTagClassName
{
color: #FFD00A;
}
</style>
background-color css
<style>
a { background-color: #FFD00A; }
a { background-color: rgb(255,208,10); }
div.DivClassName
{
background-color: #FFD00A;
}
.BgClassName
{
background-color: #FFD00A;
}
</style>
border-color css
<style>
span { border-color: #FFD00A; }
span { border-color: rgb(255,208,10); }
td.TdClassName
{
border-color: #FFD00A;
}
.TagClassName
{
border-color: #FFD00A;
}
</style>