Shades of Turbo #FFD91A
Tints of Turbo #FFD91A
RGB
CMYK
RGB Variations
Color information
#FFD91A (or 0xFFD91A) is known color: Turbo. HEX triplet: FF, D9 and 1A. RGB value is (255,217,26). Sum of RGB (Red+Green+Blue) = 255+217+26=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 26 (10.55% from 255 or 5.22% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD91A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD91A is #0026E5. Grayscale: #CFCFCF. Windows color (decimal): -9958 or 1759743. OLE color: 1759743.
HSL color Cylindrical-coordinate representation of color #FFD91A: hue angle of 50.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFD91A is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 26 | - |
| CMYK | 0 | 0.15 | 0.90 | 0 |
| HSL | 50.04º | 1% | 0.55% | - |
| HSV(B) | 50.04º | 0.9% | 1% | - |
| XYZ | 66.24 | 70.96 | 11.18 | - |
| YUV | 206.59 | 26.09 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 26 | 0 | 0.15 | 0.90 | 0 | 50.04 | 1 | 0.55 |
| Hex | FF | D9 | 1A | 0 | F | 5A | 0 | 32 | 64 | 37 |
| Octal | 377 | 331 | 32 | 0 | 17 | 132 | 0 | 62 | 144 | 67 |
| Binary | 11111111 | 11011001 | 11010 | 0 | 1111 | 1011010 | 0 | 110010 | 1100100 | 110111 |
Color Harmonies of #FFD91A
Complementary color
Monochromatic Colors of #FFD91A
Black with #FFD91A
Text Example
Text Example
White with #FFD91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD91A; }
p { color: rgb(255,217,26); }
H1.HeaderClassName
{
color: #FFD91A;
}
.AnyTagClassName
{
color: #FFD91A;
}
</style>
background-color css
<style>
a { background-color: #FFD91A; }
a { background-color: rgb(255,217,26); }
div.DivClassName
{
background-color: #FFD91A;
}
.BgClassName
{
background-color: #FFD91A;
}
</style>
border-color css
<style>
span { border-color: #FFD91A; }
span { border-color: rgb(255,217,26); }
td.TdClassName
{
border-color: #FFD91A;
}
.TagClassName
{
border-color: #FFD91A;
}
</style>