Shades of Turbo #FFD921
Tints of Turbo #FFD921
RGB
CMYK
RGB Variations
Color information
#FFD921 (or 0xFFD921) is known color: Turbo. HEX triplet: FF, D9 and 21. RGB value is (255,217,33). Sum of RGB (Red+Green+Blue) = 255+217+33=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 33 (13.28% from 255 or 6.53% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD921 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD921 is #0026DE. Grayscale: #D0D0D0. Windows color (decimal): -9951 or 2218495. OLE color: 2218495.
HSL color Cylindrical-coordinate representation of color #FFD921: hue angle of 49.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFD921 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 33 | - |
| CMYK | 0 | 0.15 | 0.87 | 0 |
| HSL | 49.73º | 1% | 0.56% | - |
| HSV(B) | 49.73º | 0.87% | 1% | - |
| XYZ | 66.33 | 71 | 11.65 | - |
| YUV | 207.39 | 29.59 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 33 | 0 | 0.15 | 0.87 | 0 | 49.73 | 1 | 0.56 |
| Hex | FF | D9 | 21 | 0 | F | 57 | 0 | 32 | 64 | 38 |
| Octal | 377 | 331 | 41 | 0 | 17 | 127 | 0 | 62 | 144 | 70 |
| Binary | 11111111 | 11011001 | 100001 | 0 | 1111 | 1010111 | 0 | 110010 | 1100100 | 111000 |
Color Harmonies of #FFD921
Complementary color
Monochromatic Colors of #FFD921
Black with #FFD921
Text Example
Text Example
White with #FFD921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD921; }
p { color: rgb(255,217,33); }
H1.HeaderClassName
{
color: #FFD921;
}
.AnyTagClassName
{
color: #FFD921;
}
</style>
background-color css
<style>
a { background-color: #FFD921; }
a { background-color: rgb(255,217,33); }
div.DivClassName
{
background-color: #FFD921;
}
.BgClassName
{
background-color: #FFD921;
}
</style>
border-color css
<style>
span { border-color: #FFD921; }
span { border-color: rgb(255,217,33); }
td.TdClassName
{
border-color: #FFD921;
}
.TagClassName
{
border-color: #FFD921;
}
</style>