Shades of Tangerine Yellow #FFD002
Tints of Tangerine Yellow #FFD002
RGB
CMYK
RGB Variations
Color information
#FFD002 (or 0xFFD002) is known color: Tangerine Yellow. HEX triplet: FF, D0 and 02. RGB value is (255,208,2). Sum of RGB (Red+Green+Blue) = 255+208+2=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 2 (1.17% from 255 or 0.43% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD002 is #002FFD. Grayscale: #C7C7C7. Windows color (decimal): -12286 or 184575. OLE color: 184575.
HSL color Cylindrical-coordinate representation of color #FFD002: hue angle of 48.85º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFD002 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0 |
| HSL | 48.85º | 1% | 0.5% | - |
| HSV(B) | 48.85º | 0.99% | 1% | - |
| XYZ | 63.81 | 66.38 | 9.51 | - |
| YUV | 198.57 | 17.07 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 2 | 0 | 0.18 | 0.99 | 0 | 48.85 | 1 | 0.5 |
| Hex | FF | D0 | 2 | 0 | 12 | 63 | 0 | 31 | 64 | 32 |
| Octal | 377 | 320 | 2 | 0 | 22 | 143 | 0 | 61 | 144 | 62 |
| Binary | 11111111 | 11010000 | 10 | 0 | 10010 | 1100011 | 0 | 110001 | 1100100 | 110010 |
Color Harmonies of #FFD002
Complementary color
Monochromatic Colors of #FFD002
Black with #FFD002
Text Example
Text Example
White with #FFD002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD002; }
p { color: rgb(255,208,2); }
H1.HeaderClassName
{
color: #FFD002;
}
.AnyTagClassName
{
color: #FFD002;
}
</style>
background-color css
<style>
a { background-color: #FFD002; }
a { background-color: rgb(255,208,2); }
div.DivClassName
{
background-color: #FFD002;
}
.BgClassName
{
background-color: #FFD002;
}
</style>
border-color css
<style>
span { border-color: #FFD002; }
span { border-color: rgb(255,208,2); }
td.TdClassName
{
border-color: #FFD002;
}
.TagClassName
{
border-color: #FFD002;
}
</style>