Shades of Tangerine Yellow #FFD00B
Tints of Tangerine Yellow #FFD00B
RGB
CMYK
RGB Variations
Color information
#FFD00B (or 0xFFD00B) is known color: Tangerine Yellow. HEX triplet: FF, D0 and 0B. RGB value is (255,208,11). Sum of RGB (Red+Green+Blue) = 255+208+11=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 11 (4.69% from 255 or 2.32% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD00B is #002FF4. Grayscale: #C8C8C8. Windows color (decimal): -12277 or 774399. OLE color: 774399.
HSL color Cylindrical-coordinate representation of color #FFD00B: hue angle of 48.44º 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 #FFD00B is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 11 | - |
| CMYK | 0 | 0.18 | 0.96 | 0 |
| HSL | 48.44º | 1% | 0.52% | - |
| HSV(B) | 48.44º | 0.96% | 1% | - |
| XYZ | 63.86 | 66.4 | 9.77 | - |
| YUV | 199.6 | 21.57 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 11 | 0 | 0.18 | 0.96 | 0 | 48.44 | 1 | 0.52 |
| Hex | FF | D0 | B | 0 | 12 | 60 | 0 | 30 | 64 | 34 |
| Octal | 377 | 320 | 13 | 0 | 22 | 140 | 0 | 60 | 144 | 64 |
| Binary | 11111111 | 11010000 | 1011 | 0 | 10010 | 1100000 | 0 | 110000 | 1100100 | 110100 |
Color Harmonies of #FFD00B
Complementary color
Monochromatic Colors of #FFD00B
Black with #FFD00B
Text Example
Text Example
White with #FFD00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD00B; }
p { color: rgb(255,208,11); }
H1.HeaderClassName
{
color: #FFD00B;
}
.AnyTagClassName
{
color: #FFD00B;
}
</style>
background-color css
<style>
a { background-color: #FFD00B; }
a { background-color: rgb(255,208,11); }
div.DivClassName
{
background-color: #FFD00B;
}
.BgClassName
{
background-color: #FFD00B;
}
</style>
border-color css
<style>
span { border-color: #FFD00B; }
span { border-color: rgb(255,208,11); }
td.TdClassName
{
border-color: #FFD00B;
}
.TagClassName
{
border-color: #FFD00B;
}
</style>