Shades of Turbo #FFD11E
Tints of Turbo #FFD11E
RGB
CMYK
RGB Variations
Color information
#FFD11E (or 0xFFD11E) is known color: Turbo. HEX triplet: FF, D1 and 1E. RGB value is (255,209,30). Sum of RGB (Red+Green+Blue) = 255+209+30=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 30 (12.11% from 255 or 6.07% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD11E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD11E is #002EE1. Grayscale: #CBCBCB. Windows color (decimal): -12002 or 2019839. OLE color: 2019839.
HSL color Cylindrical-coordinate representation of color #FFD11E: hue angle of 47.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFD11E is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 30 | - |
| CMYK | 0 | 0.18 | 0.88 | 0 |
| HSL | 47.73º | 1% | 0.56% | - |
| HSV(B) | 47.73º | 0.88% | 1% | - |
| XYZ | 64.27 | 66.95 | 10.76 | - |
| YUV | 202.35 | 30.74 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 30 | 0 | 0.18 | 0.88 | 0 | 47.73 | 1 | 0.56 |
| Hex | FF | D1 | 1E | 0 | 12 | 58 | 0 | 30 | 64 | 38 |
| Octal | 377 | 321 | 36 | 0 | 22 | 130 | 0 | 60 | 144 | 70 |
| Binary | 11111111 | 11010001 | 11110 | 0 | 10010 | 1011000 | 0 | 110000 | 1100100 | 111000 |
Color Harmonies of #FFD11E
Complementary color
Monochromatic Colors of #FFD11E
Black with #FFD11E
Text Example
Text Example
White with #FFD11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD11E; }
p { color: rgb(255,209,30); }
H1.HeaderClassName
{
color: #FFD11E;
}
.AnyTagClassName
{
color: #FFD11E;
}
</style>
background-color css
<style>
a { background-color: #FFD11E; }
a { background-color: rgb(255,209,30); }
div.DivClassName
{
background-color: #FFD11E;
}
.BgClassName
{
background-color: #FFD11E;
}
</style>
border-color css
<style>
span { border-color: #FFD11E; }
span { border-color: rgb(255,209,30); }
td.TdClassName
{
border-color: #FFD11E;
}
.TagClassName
{
border-color: #FFD11E;
}
</style>