Shades of Turbo #FFD322
Tints of Turbo #FFD322
RGB
CMYK
RGB Variations
Color information
#FFD322 (or 0xFFD322) is known color: Turbo. HEX triplet: FF, D3 and 22. RGB value is (255,211,34). Sum of RGB (Red+Green+Blue) = 255+211+34=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 34 (13.67% from 255 or 6.8% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD322 is #002CDD. Grayscale: #CCCCCC. Windows color (decimal): -11486 or 2282495. OLE color: 2282495.
HSL color Cylindrical-coordinate representation of color #FFD322: hue angle of 48.05º 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 #FFD322 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 34 | - |
| CMYK | 0 | 0.17 | 0.87 | 0 |
| HSL | 48.05º | 1% | 0.57% | - |
| HSV(B) | 48.05º | 0.87% | 1% | - |
| XYZ | 64.82 | 67.96 | 11.22 | - |
| YUV | 203.98 | 32.08 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 34 | 0 | 0.17 | 0.87 | 0 | 48.05 | 1 | 0.57 |
| Hex | FF | D3 | 22 | 0 | 11 | 57 | 0 | 30 | 64 | 39 |
| Octal | 377 | 323 | 42 | 0 | 21 | 127 | 0 | 60 | 144 | 71 |
| Binary | 11111111 | 11010011 | 100010 | 0 | 10001 | 1010111 | 0 | 110000 | 1100100 | 111001 |
Color Harmonies of #FFD322
Complementary color
Monochromatic Colors of #FFD322
Black with #FFD322
Text Example
Text Example
White with #FFD322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD322; }
p { color: rgb(255,211,34); }
H1.HeaderClassName
{
color: #FFD322;
}
.AnyTagClassName
{
color: #FFD322;
}
</style>
background-color css
<style>
a { background-color: #FFD322; }
a { background-color: rgb(255,211,34); }
div.DivClassName
{
background-color: #FFD322;
}
.BgClassName
{
background-color: #FFD322;
}
</style>
border-color css
<style>
span { border-color: #FFD322; }
span { border-color: rgb(255,211,34); }
td.TdClassName
{
border-color: #FFD322;
}
.TagClassName
{
border-color: #FFD322;
}
</style>