Shades of Turbo #FDD716
Tints of Turbo #FDD716
RGB
CMYK
RGB Variations
Color information
#FDD716 (or 0xFDD716) is known color: Turbo. HEX triplet: FD, D7 and 16. RGB value is (253,215,22). Sum of RGB (Red+Green+Blue) = 253+215+22=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 22 (8.98% from 255 or 4.49% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD716 is #0228E9. Grayscale: #CDCDCD. Windows color (decimal): -141546 or 1497085. OLE color: 1497085.
HSL color Cylindrical-coordinate representation of color #FDD716: hue angle of 50.13º 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 #FDD716 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 22 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.01 |
| HSL | 50.13º | 0.98% | 0.54% | - |
| HSV(B) | 50.13º | 0.91% | 0.99% | - |
| XYZ | 64.95 | 69.54 | 10.76 | - |
| YUV | 204.36 | 25.09 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 22 | 0 | 0.15 | 0.91 | 0.01 | 50.13 | 0.98 | 0.54 |
| Hex | FD | D7 | 16 | 0 | F | 5B | 1 | 32 | 62 | 36 |
| Octal | 375 | 327 | 26 | 0 | 17 | 133 | 1 | 62 | 142 | 66 |
| Binary | 11111101 | 11010111 | 10110 | 0 | 1111 | 1011011 | 1 | 110010 | 1100010 | 110110 |
Color Harmonies of #FDD716
Complementary color
Monochromatic Colors of #FDD716
Black with #FDD716
Text Example
Text Example
White with #FDD716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD716; }
p { color: rgb(253,215,22); }
H1.HeaderClassName
{
color: #FDD716;
}
.AnyTagClassName
{
color: #FDD716;
}
</style>
background-color css
<style>
a { background-color: #FDD716; }
a { background-color: rgb(253,215,22); }
div.DivClassName
{
background-color: #FDD716;
}
.BgClassName
{
background-color: #FDD716;
}
</style>
border-color css
<style>
span { border-color: #FDD716; }
span { border-color: rgb(253,215,22); }
td.TdClassName
{
border-color: #FDD716;
}
.TagClassName
{
border-color: #FDD716;
}
</style>