Shades of Turbo #FFD11B
Tints of Turbo #FFD11B
RGB
CMYK
RGB Variations
Color information
#FFD11B (or 0xFFD11B) is known color: Turbo. HEX triplet: FF, D1 and 1B. RGB value is (255,209,27). Sum of RGB (Red+Green+Blue) = 255+209+27=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 27 (10.94% from 255 or 5.50% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD11B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD11B is #002EE4. Grayscale: #CACACA. Windows color (decimal): -12005 or 1823231. OLE color: 1823231.
HSL color Cylindrical-coordinate representation of color #FFD11B: hue angle of 47.89º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFD11B is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 27 | - |
| CMYK | 0 | 0.18 | 0.89 | 0 |
| HSL | 47.89º | 1% | 0.55% | - |
| HSV(B) | 47.89º | 0.89% | 1% | - |
| XYZ | 64.24 | 66.94 | 10.57 | - |
| YUV | 202.01 | 29.24 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 27 | 0 | 0.18 | 0.89 | 0 | 47.89 | 1 | 0.55 |
| Hex | FF | D1 | 1B | 0 | 12 | 59 | 0 | 30 | 64 | 37 |
| Octal | 377 | 321 | 33 | 0 | 22 | 131 | 0 | 60 | 144 | 67 |
| Binary | 11111111 | 11010001 | 11011 | 0 | 10010 | 1011001 | 0 | 110000 | 1100100 | 110111 |
Color Harmonies of #FFD11B
Complementary color
Monochromatic Colors of #FFD11B
Black with #FFD11B
Text Example
Text Example
White with #FFD11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD11B; }
p { color: rgb(255,209,27); }
H1.HeaderClassName
{
color: #FFD11B;
}
.AnyTagClassName
{
color: #FFD11B;
}
</style>
background-color css
<style>
a { background-color: #FFD11B; }
a { background-color: rgb(255,209,27); }
div.DivClassName
{
background-color: #FFD11B;
}
.BgClassName
{
background-color: #FFD11B;
}
</style>
border-color css
<style>
span { border-color: #FFD11B; }
span { border-color: rgb(255,209,27); }
td.TdClassName
{
border-color: #FFD11B;
}
.TagClassName
{
border-color: #FFD11B;
}
</style>