Shades of Turbo #FDC917
Tints of Turbo #FDC917
RGB
CMYK
RGB Variations
Color information
#FDC917 (or 0xFDC917) is known color: Turbo. HEX triplet: FD, C9 and 17. RGB value is (253,201,23). Sum of RGB (Red+Green+Blue) = 253+201+23=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 23 (9.38% from 255 or 4.82% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC917 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC917 is #0236E8. Grayscale: #C5C5C5. Windows color (decimal): -145129 or 1559037. OLE color: 1559037.
HSL color Cylindrical-coordinate representation of color #FDC917: hue angle of 46.43º 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 #FDC917 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 23 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.01 |
| HSL | 46.43º | 0.98% | 0.54% | - |
| HSV(B) | 46.43º | 0.91% | 0.99% | - |
| XYZ | 61.55 | 62.72 | 9.67 | - |
| YUV | 196.26 | 30.23 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 23 | 0 | 0.21 | 0.91 | 0.01 | 46.43 | 0.98 | 0.54 |
| Hex | FD | C9 | 17 | 0 | 15 | 5B | 1 | 2E | 62 | 36 |
| Octal | 375 | 311 | 27 | 0 | 25 | 133 | 1 | 56 | 142 | 66 |
| Binary | 11111101 | 11001001 | 10111 | 0 | 10101 | 1011011 | 1 | 101110 | 1100010 | 110110 |
Color Harmonies of #FDC917
Complementary color
Monochromatic Colors of #FDC917
Black with #FDC917
Text Example
Text Example
White with #FDC917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC917; }
p { color: rgb(253,201,23); }
H1.HeaderClassName
{
color: #FDC917;
}
.AnyTagClassName
{
color: #FDC917;
}
</style>
background-color css
<style>
a { background-color: #FDC917; }
a { background-color: rgb(253,201,23); }
div.DivClassName
{
background-color: #FDC917;
}
.BgClassName
{
background-color: #FDC917;
}
</style>
border-color css
<style>
span { border-color: #FDC917; }
span { border-color: rgb(253,201,23); }
td.TdClassName
{
border-color: #FDC917;
}
.TagClassName
{
border-color: #FDC917;
}
</style>