Shades of Turbo #FFD422
Tints of Turbo #FFD422
RGB
CMYK
RGB Variations
Color information
#FFD422 (or 0xFFD422) is known color: Turbo. HEX triplet: FF, D4 and 22. RGB value is (255,212,34). Sum of RGB (Red+Green+Blue) = 255+212+34=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 34 (13.67% from 255 or 6.79% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD422 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD422 is #002BDD. Grayscale: #CDCDCD. Windows color (decimal): -11230 or 2282751. OLE color: 2282751.
HSL color Cylindrical-coordinate representation of color #FFD422: hue angle of 48.33º 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 #FFD422 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 34 | - |
| CMYK | 0 | 0.17 | 0.87 | 0 |
| HSL | 48.33º | 1% | 0.57% | - |
| HSV(B) | 48.33º | 0.87% | 1% | - |
| XYZ | 65.07 | 68.46 | 11.3 | - |
| YUV | 204.57 | 31.75 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 34 | 0 | 0.17 | 0.87 | 0 | 48.33 | 1 | 0.57 |
| Hex | FF | D4 | 22 | 0 | 11 | 57 | 0 | 30 | 64 | 39 |
| Octal | 377 | 324 | 42 | 0 | 21 | 127 | 0 | 60 | 144 | 71 |
| Binary | 11111111 | 11010100 | 100010 | 0 | 10001 | 1010111 | 0 | 110000 | 1100100 | 111001 |
Color Harmonies of #FFD422
Complementary color
Monochromatic Colors of #FFD422
Black with #FFD422
Text Example
Text Example
White with #FFD422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD422; }
p { color: rgb(255,212,34); }
H1.HeaderClassName
{
color: #FFD422;
}
.AnyTagClassName
{
color: #FFD422;
}
</style>
background-color css
<style>
a { background-color: #FFD422; }
a { background-color: rgb(255,212,34); }
div.DivClassName
{
background-color: #FFD422;
}
.BgClassName
{
background-color: #FFD422;
}
</style>
border-color css
<style>
span { border-color: #FFD422; }
span { border-color: rgb(255,212,34); }
td.TdClassName
{
border-color: #FFD422;
}
.TagClassName
{
border-color: #FFD422;
}
</style>