Shades of Turbo #FFD226
Tints of Turbo #FFD226
RGB
CMYK
RGB Variations
Color information
#FFD226 (or 0xFFD226) is known color: Turbo. HEX triplet: FF, D2 and 26. RGB value is (255,210,38). Sum of RGB (Red+Green+Blue) = 255+210+38=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 38 (15.23% from 255 or 7.55% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD226 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD226 is #002DD9. Grayscale: #CCCCCC. Windows color (decimal): -11738 or 2544383. OLE color: 2544383.
HSL color Cylindrical-coordinate representation of color #FFD226: hue angle of 47.56º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFD226 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 38 | - |
| CMYK | 0 | 0.18 | 0.85 | 0 |
| HSL | 47.56º | 1% | 0.57% | - |
| HSV(B) | 47.56º | 0.85% | 1% | - |
| XYZ | 64.64 | 67.49 | 11.45 | - |
| YUV | 203.85 | 34.41 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 38 | 0 | 0.18 | 0.85 | 0 | 47.56 | 1 | 0.57 |
| Hex | FF | D2 | 26 | 0 | 12 | 55 | 0 | 30 | 64 | 39 |
| Octal | 377 | 322 | 46 | 0 | 22 | 125 | 0 | 60 | 144 | 71 |
| Binary | 11111111 | 11010010 | 100110 | 0 | 10010 | 1010101 | 0 | 110000 | 1100100 | 111001 |
Color Harmonies of #FFD226
Complementary color
Monochromatic Colors of #FFD226
Black with #FFD226
Text Example
Text Example
White with #FFD226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD226; }
p { color: rgb(255,210,38); }
H1.HeaderClassName
{
color: #FFD226;
}
.AnyTagClassName
{
color: #FFD226;
}
</style>
background-color css
<style>
a { background-color: #FFD226; }
a { background-color: rgb(255,210,38); }
div.DivClassName
{
background-color: #FFD226;
}
.BgClassName
{
background-color: #FFD226;
}
</style>
border-color css
<style>
span { border-color: #FFD226; }
span { border-color: rgb(255,210,38); }
td.TdClassName
{
border-color: #FFD226;
}
.TagClassName
{
border-color: #FFD226;
}
</style>