Shades of Turbo #FFD922
Tints of Turbo #FFD922
RGB
CMYK
RGB Variations
Color information
#FFD922 (or 0xFFD922) is known color: Turbo. HEX triplet: FF, D9 and 22. RGB value is (255,217,34). Sum of RGB (Red+Green+Blue) = 255+217+34=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 34 (13.67% from 255 or 6.72% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD922 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD922 is #0026DD. Grayscale: #D0D0D0. Windows color (decimal): -9950 or 2284031. OLE color: 2284031.
HSL color Cylindrical-coordinate representation of color #FFD922: hue angle of 49.68º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFD922 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 34 | - |
| CMYK | 0 | 0.15 | 0.87 | 0 |
| HSL | 49.68º | 1% | 0.57% | - |
| HSV(B) | 49.68º | 0.87% | 1% | - |
| XYZ | 66.34 | 71 | 11.72 | - |
| YUV | 207.5 | 30.09 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 34 | 0 | 0.15 | 0.87 | 0 | 49.68 | 1 | 0.57 |
| Hex | FF | D9 | 22 | 0 | F | 57 | 0 | 32 | 64 | 39 |
| Octal | 377 | 331 | 42 | 0 | 17 | 127 | 0 | 62 | 144 | 71 |
| Binary | 11111111 | 11011001 | 100010 | 0 | 1111 | 1010111 | 0 | 110010 | 1100100 | 111001 |
Color Harmonies of #FFD922
Complementary color
Monochromatic Colors of #FFD922
Black with #FFD922
Text Example
Text Example
White with #FFD922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD922; }
p { color: rgb(255,217,34); }
H1.HeaderClassName
{
color: #FFD922;
}
.AnyTagClassName
{
color: #FFD922;
}
</style>
background-color css
<style>
a { background-color: #FFD922; }
a { background-color: rgb(255,217,34); }
div.DivClassName
{
background-color: #FFD922;
}
.BgClassName
{
background-color: #FFD922;
}
</style>
border-color css
<style>
span { border-color: #FFD922; }
span { border-color: rgb(255,217,34); }
td.TdClassName
{
border-color: #FFD922;
}
.TagClassName
{
border-color: #FFD922;
}
</style>