Shades of Tangerine Yellow #FFD003
Tints of Tangerine Yellow #FFD003
RGB
CMYK
RGB Variations
Color information
#FFD003 (or 0xFFD003) is known color: Tangerine Yellow. HEX triplet: FF, D0 and 03. RGB value is (255,208,3). Sum of RGB (Red+Green+Blue) = 255+208+3=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 3 (1.56% from 255 or 0.64% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD003 is #002FFC. Grayscale: #C7C7C7. Windows color (decimal): -12285 or 250111. OLE color: 250111.
HSL color Cylindrical-coordinate representation of color #FFD003: hue angle of 48.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFD003 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 3 | - |
| CMYK | 0 | 0.18 | 0.99 | 0 |
| HSL | 48.81º | 1% | 0.51% | - |
| HSV(B) | 48.81º | 0.99% | 1% | - |
| XYZ | 63.81 | 66.38 | 9.54 | - |
| YUV | 198.68 | 17.57 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 3 | 0 | 0.18 | 0.99 | 0 | 48.81 | 1 | 0.51 |
| Hex | FF | D0 | 3 | 0 | 12 | 63 | 0 | 31 | 64 | 33 |
| Octal | 377 | 320 | 3 | 0 | 22 | 143 | 0 | 61 | 144 | 63 |
| Binary | 11111111 | 11010000 | 11 | 0 | 10010 | 1100011 | 0 | 110001 | 1100100 | 110011 |
Color Harmonies of #FFD003
Complementary color
Monochromatic Colors of #FFD003
Black with #FFD003
Text Example
Text Example
White with #FFD003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD003; }
p { color: rgb(255,208,3); }
H1.HeaderClassName
{
color: #FFD003;
}
.AnyTagClassName
{
color: #FFD003;
}
</style>
background-color css
<style>
a { background-color: #FFD003; }
a { background-color: rgb(255,208,3); }
div.DivClassName
{
background-color: #FFD003;
}
.BgClassName
{
background-color: #FFD003;
}
</style>
border-color css
<style>
span { border-color: #FFD003; }
span { border-color: rgb(255,208,3); }
td.TdClassName
{
border-color: #FFD003;
}
.TagClassName
{
border-color: #FFD003;
}
</style>