Shades of Turbo #FFD022
Tints of Turbo #FFD022
RGB
CMYK
RGB Variations
Color information
#FFD022 (or 0xFFD022) is known color: Turbo. HEX triplet: FF, D0 and 22. RGB value is (255,208,34). Sum of RGB (Red+Green+Blue) = 255+208+34=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 34 (13.67% from 255 or 6.84% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD022 is #002FDD. Grayscale: #CACACA. Windows color (decimal): -12254 or 2281727. OLE color: 2281727.
HSL color Cylindrical-coordinate representation of color #FFD022: hue angle of 47.24º 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 #FFD022 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 34 | - |
| CMYK | 0 | 0.18 | 0.87 | 0 |
| HSL | 47.24º | 1% | 0.57% | - |
| HSV(B) | 47.24º | 0.87% | 1% | - |
| XYZ | 64.08 | 66.49 | 10.97 | - |
| YUV | 202.22 | 33.07 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 34 | 0 | 0.18 | 0.87 | 0 | 47.24 | 1 | 0.57 |
| Hex | FF | D0 | 22 | 0 | 12 | 57 | 0 | 2F | 64 | 39 |
| Octal | 377 | 320 | 42 | 0 | 22 | 127 | 0 | 57 | 144 | 71 |
| Binary | 11111111 | 11010000 | 100010 | 0 | 10010 | 1010111 | 0 | 101111 | 1100100 | 111001 |
Color Harmonies of #FFD022
Complementary color
Monochromatic Colors of #FFD022
Black with #FFD022
Text Example
Text Example
White with #FFD022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD022; }
p { color: rgb(255,208,34); }
H1.HeaderClassName
{
color: #FFD022;
}
.AnyTagClassName
{
color: #FFD022;
}
</style>
background-color css
<style>
a { background-color: #FFD022; }
a { background-color: rgb(255,208,34); }
div.DivClassName
{
background-color: #FFD022;
}
.BgClassName
{
background-color: #FFD022;
}
</style>
border-color css
<style>
span { border-color: #FFD022; }
span { border-color: rgb(255,208,34); }
td.TdClassName
{
border-color: #FFD022;
}
.TagClassName
{
border-color: #FFD022;
}
</style>