Shades of Turbo #FFD91D
Tints of Turbo #FFD91D
RGB
CMYK
RGB Variations
Color information
#FFD91D (or 0xFFD91D) is known color: Turbo. HEX triplet: FF, D9 and 1D. RGB value is (255,217,29). Sum of RGB (Red+Green+Blue) = 255+217+29=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 29 (11.72% from 255 or 5.79% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD91D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD91D is #0026E2. Grayscale: #CFCFCF. Windows color (decimal): -9955 or 1956351. OLE color: 1956351.
HSL color Cylindrical-coordinate representation of color #FFD91D: hue angle of 49.91º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFD91D is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 29 | - |
| CMYK | 0 | 0.15 | 0.89 | 0 |
| HSL | 49.91º | 1% | 0.56% | - |
| HSV(B) | 49.91º | 0.89% | 1% | - |
| XYZ | 66.27 | 70.97 | 11.37 | - |
| YUV | 206.93 | 27.59 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 29 | 0 | 0.15 | 0.89 | 0 | 49.91 | 1 | 0.56 |
| Hex | FF | D9 | 1D | 0 | F | 59 | 0 | 32 | 64 | 38 |
| Octal | 377 | 331 | 35 | 0 | 17 | 131 | 0 | 62 | 144 | 70 |
| Binary | 11111111 | 11011001 | 11101 | 0 | 1111 | 1011001 | 0 | 110010 | 1100100 | 111000 |
Color Harmonies of #FFD91D
Complementary color
Monochromatic Colors of #FFD91D
Black with #FFD91D
Text Example
Text Example
White with #FFD91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD91D; }
p { color: rgb(255,217,29); }
H1.HeaderClassName
{
color: #FFD91D;
}
.AnyTagClassName
{
color: #FFD91D;
}
</style>
background-color css
<style>
a { background-color: #FFD91D; }
a { background-color: rgb(255,217,29); }
div.DivClassName
{
background-color: #FFD91D;
}
.BgClassName
{
background-color: #FFD91D;
}
</style>
border-color css
<style>
span { border-color: #FFD91D; }
span { border-color: rgb(255,217,29); }
td.TdClassName
{
border-color: #FFD91D;
}
.TagClassName
{
border-color: #FFD91D;
}
</style>