Shades of Turbo #FDC617
Tints of Turbo #FDC617
RGB
CMYK
RGB Variations
Color information
#FDC617 (or 0xFDC617) is known color: Turbo. HEX triplet: FD, C6 and 17. RGB value is (253,198,23). Sum of RGB (Red+Green+Blue) = 253+198+23=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 23 (9.38% from 255 or 4.85% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC617 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC617 is #0239E8. Grayscale: #C3C3C3. Windows color (decimal): -145897 or 1558269. OLE color: 1558269.
HSL color Cylindrical-coordinate representation of color #FDC617: hue angle of 45.65º 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 #FDC617 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 23 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.01 |
| HSL | 45.65º | 0.98% | 0.54% | - |
| HSV(B) | 45.65º | 0.91% | 0.99% | - |
| XYZ | 60.86 | 61.33 | 9.44 | - |
| YUV | 194.5 | 31.22 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 23 | 0 | 0.22 | 0.91 | 0.01 | 45.65 | 0.98 | 0.54 |
| Hex | FD | C6 | 17 | 0 | 16 | 5B | 1 | 2E | 62 | 36 |
| Octal | 375 | 306 | 27 | 0 | 26 | 133 | 1 | 56 | 142 | 66 |
| Binary | 11111101 | 11000110 | 10111 | 0 | 10110 | 1011011 | 1 | 101110 | 1100010 | 110110 |
Color Harmonies of #FDC617
Complementary color
Monochromatic Colors of #FDC617
Black with #FDC617
Text Example
Text Example
White with #FDC617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC617; }
p { color: rgb(253,198,23); }
H1.HeaderClassName
{
color: #FDC617;
}
.AnyTagClassName
{
color: #FDC617;
}
</style>
background-color css
<style>
a { background-color: #FDC617; }
a { background-color: rgb(253,198,23); }
div.DivClassName
{
background-color: #FDC617;
}
.BgClassName
{
background-color: #FDC617;
}
</style>
border-color css
<style>
span { border-color: #FDC617; }
span { border-color: rgb(253,198,23); }
td.TdClassName
{
border-color: #FDC617;
}
.TagClassName
{
border-color: #FDC617;
}
</style>