Shades of Turbo #FDD117
Tints of Turbo #FDD117
RGB
CMYK
RGB Variations
Color information
#FDD117 (or 0xFDD117) is known color: Turbo. HEX triplet: FD, D1 and 17. RGB value is (253,209,23). Sum of RGB (Red+Green+Blue) = 253+209+23=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 23 (9.38% from 255 or 4.74% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD117 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD117 is #022EE8. Grayscale: #C9C9C9. Windows color (decimal): -143081 or 1561085. OLE color: 1561085.
HSL color Cylindrical-coordinate representation of color #FDD117: hue angle of 48.52º 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 #FDD117 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 23 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.01 |
| HSL | 48.52º | 0.98% | 0.54% | - |
| HSV(B) | 48.52º | 0.91% | 0.99% | - |
| XYZ | 63.46 | 66.55 | 10.31 | - |
| YUV | 200.95 | 27.58 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 23 | 0 | 0.17 | 0.91 | 0.01 | 48.52 | 0.98 | 0.54 |
| Hex | FD | D1 | 17 | 0 | 11 | 5B | 1 | 31 | 62 | 36 |
| Octal | 375 | 321 | 27 | 0 | 21 | 133 | 1 | 61 | 142 | 66 |
| Binary | 11111101 | 11010001 | 10111 | 0 | 10001 | 1011011 | 1 | 110001 | 1100010 | 110110 |
Color Harmonies of #FDD117
Complementary color
Monochromatic Colors of #FDD117
Black with #FDD117
Text Example
Text Example
White with #FDD117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD117; }
p { color: rgb(253,209,23); }
H1.HeaderClassName
{
color: #FDD117;
}
.AnyTagClassName
{
color: #FDD117;
}
</style>
background-color css
<style>
a { background-color: #FDD117; }
a { background-color: rgb(253,209,23); }
div.DivClassName
{
background-color: #FDD117;
}
.BgClassName
{
background-color: #FDD117;
}
</style>
border-color css
<style>
span { border-color: #FDD117; }
span { border-color: rgb(253,209,23); }
td.TdClassName
{
border-color: #FDD117;
}
.TagClassName
{
border-color: #FDD117;
}
</style>