Shades of Turbo #FFD91B
Tints of Turbo #FFD91B
RGB
CMYK
RGB Variations
Color information
#FFD91B (or 0xFFD91B) is known color: Turbo. HEX triplet: FF, D9 and 1B. RGB value is (255,217,27). Sum of RGB (Red+Green+Blue) = 255+217+27=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 27 (10.94% from 255 or 5.41% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD91B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD91B is #0026E4. Grayscale: #CFCFCF. Windows color (decimal): -9957 or 1825279. OLE color: 1825279.
HSL color Cylindrical-coordinate representation of color #FFD91B: hue angle of 50º 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 #FFD91B is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 27 | - |
| CMYK | 0 | 0.15 | 0.89 | 0 |
| HSL | 50º | 1% | 0.55% | - |
| HSV(B) | 50º | 0.89% | 1% | - |
| XYZ | 66.25 | 70.96 | 11.24 | - |
| YUV | 206.7 | 26.59 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 27 | 0 | 0.15 | 0.89 | 0 | 50 | 1 | 0.55 |
| Hex | FF | D9 | 1B | 0 | F | 59 | 0 | 32 | 64 | 37 |
| Octal | 377 | 331 | 33 | 0 | 17 | 131 | 0 | 62 | 144 | 67 |
| Binary | 11111111 | 11011001 | 11011 | 0 | 1111 | 1011001 | 0 | 110010 | 1100100 | 110111 |
Color Harmonies of #FFD91B
Complementary color
Monochromatic Colors of #FFD91B
Black with #FFD91B
Text Example
Text Example
White with #FFD91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD91B; }
p { color: rgb(255,217,27); }
H1.HeaderClassName
{
color: #FFD91B;
}
.AnyTagClassName
{
color: #FFD91B;
}
</style>
background-color css
<style>
a { background-color: #FFD91B; }
a { background-color: rgb(255,217,27); }
div.DivClassName
{
background-color: #FFD91B;
}
.BgClassName
{
background-color: #FFD91B;
}
</style>
border-color css
<style>
span { border-color: #FFD91B; }
span { border-color: rgb(255,217,27); }
td.TdClassName
{
border-color: #FFD91B;
}
.TagClassName
{
border-color: #FFD91B;
}
</style>