Shades of Turbo #FDD216
Tints of Turbo #FDD216
RGB
CMYK
RGB Variations
Color information
#FDD216 (or 0xFDD216) is known color: Turbo. HEX triplet: FD, D2 and 16. RGB value is (253,210,22). Sum of RGB (Red+Green+Blue) = 253+210+22=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 22 (8.98% from 255 or 4.54% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD216 is #022DE9. Grayscale: #CACACA. Windows color (decimal): -142826 or 1495805. OLE color: 1495805.
HSL color Cylindrical-coordinate representation of color #FDD216: hue angle of 48.83º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDD216 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 22 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.01 |
| HSL | 48.83º | 0.98% | 0.54% | - |
| HSV(B) | 48.83º | 0.91% | 0.99% | - |
| XYZ | 63.7 | 67.03 | 10.34 | - |
| YUV | 201.43 | 26.75 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 22 | 0 | 0.17 | 0.91 | 0.01 | 48.83 | 0.98 | 0.54 |
| Hex | FD | D2 | 16 | 0 | 11 | 5B | 1 | 31 | 62 | 36 |
| Octal | 375 | 322 | 26 | 0 | 21 | 133 | 1 | 61 | 142 | 66 |
| Binary | 11111101 | 11010010 | 10110 | 0 | 10001 | 1011011 | 1 | 110001 | 1100010 | 110110 |
Color Harmonies of #FDD216
Complementary color
Monochromatic Colors of #FDD216
Black with #FDD216
Text Example
Text Example
White with #FDD216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD216; }
p { color: rgb(253,210,22); }
H1.HeaderClassName
{
color: #FDD216;
}
.AnyTagClassName
{
color: #FDD216;
}
</style>
background-color css
<style>
a { background-color: #FDD216; }
a { background-color: rgb(253,210,22); }
div.DivClassName
{
background-color: #FDD216;
}
.BgClassName
{
background-color: #FDD216;
}
</style>
border-color css
<style>
span { border-color: #FDD216; }
span { border-color: rgb(253,210,22); }
td.TdClassName
{
border-color: #FDD216;
}
.TagClassName
{
border-color: #FDD216;
}
</style>