Shades of Turbo #FDD617
Tints of Turbo #FDD617
RGB
CMYK
RGB Variations
Color information
#FDD617 (or 0xFDD617) is known color: Turbo. HEX triplet: FD, D6 and 17. RGB value is (253,214,23). Sum of RGB (Red+Green+Blue) = 253+214+23=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 23 (9.38% from 255 or 4.69% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD617 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD617 is #0229E8. Grayscale: #CCCCCC. Windows color (decimal): -141801 or 1562365. OLE color: 1562365.
HSL color Cylindrical-coordinate representation of color #FDD617: hue angle of 49.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 #FDD617 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 23 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.01 |
| HSL | 49.83º | 0.98% | 0.54% | - |
| HSV(B) | 49.83º | 0.91% | 0.99% | - |
| XYZ | 64.71 | 69.04 | 10.73 | - |
| YUV | 203.89 | 25.92 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 23 | 0 | 0.15 | 0.91 | 0.01 | 49.83 | 0.98 | 0.54 |
| Hex | FD | D6 | 17 | 0 | F | 5B | 1 | 32 | 62 | 36 |
| Octal | 375 | 326 | 27 | 0 | 17 | 133 | 1 | 62 | 142 | 66 |
| Binary | 11111101 | 11010110 | 10111 | 0 | 1111 | 1011011 | 1 | 110010 | 1100010 | 110110 |
Color Harmonies of #FDD617
Complementary color
Monochromatic Colors of #FDD617
Black with #FDD617
Text Example
Text Example
White with #FDD617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD617; }
p { color: rgb(253,214,23); }
H1.HeaderClassName
{
color: #FDD617;
}
.AnyTagClassName
{
color: #FDD617;
}
</style>
background-color css
<style>
a { background-color: #FDD617; }
a { background-color: rgb(253,214,23); }
div.DivClassName
{
background-color: #FDD617;
}
.BgClassName
{
background-color: #FDD617;
}
</style>
border-color css
<style>
span { border-color: #FDD617; }
span { border-color: rgb(253,214,23); }
td.TdClassName
{
border-color: #FDD617;
}
.TagClassName
{
border-color: #FDD617;
}
</style>