Shades of Tangerine Yellow #FFD008
Tints of Tangerine Yellow #FFD008
RGB
CMYK
RGB Variations
Color information
#FFD008 (or 0xFFD008) is known color: Tangerine Yellow. HEX triplet: FF, D0 and 08. RGB value is (255,208,8). Sum of RGB (Red+Green+Blue) = 255+208+8=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 8 (3.52% from 255 or 1.70% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD008 is #002FF7. Grayscale: #C8C8C8. Windows color (decimal): -12280 or 577791. OLE color: 577791.
HSL color Cylindrical-coordinate representation of color #FFD008: hue angle of 48.58º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFD008 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 8 | - |
| CMYK | 0 | 0.18 | 0.97 | 0 |
| HSL | 48.58º | 1% | 0.52% | - |
| HSV(B) | 48.58º | 0.97% | 1% | - |
| XYZ | 63.84 | 66.39 | 9.68 | - |
| YUV | 199.25 | 20.07 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 8 | 0 | 0.18 | 0.97 | 0 | 48.58 | 1 | 0.52 |
| Hex | FF | D0 | 8 | 0 | 12 | 61 | 0 | 31 | 64 | 34 |
| Octal | 377 | 320 | 10 | 0 | 22 | 141 | 0 | 61 | 144 | 64 |
| Binary | 11111111 | 11010000 | 1000 | 0 | 10010 | 1100001 | 0 | 110001 | 1100100 | 110100 |
Color Harmonies of #FFD008
Complementary color
Monochromatic Colors of #FFD008
Black with #FFD008
Text Example
Text Example
White with #FFD008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD008; }
p { color: rgb(255,208,8); }
H1.HeaderClassName
{
color: #FFD008;
}
.AnyTagClassName
{
color: #FFD008;
}
</style>
background-color css
<style>
a { background-color: #FFD008; }
a { background-color: rgb(255,208,8); }
div.DivClassName
{
background-color: #FFD008;
}
.BgClassName
{
background-color: #FFD008;
}
</style>
border-color css
<style>
span { border-color: #FFD008; }
span { border-color: rgb(255,208,8); }
td.TdClassName
{
border-color: #FFD008;
}
.TagClassName
{
border-color: #FFD008;
}
</style>