Shades of Turbo #FCD017
Tints of Turbo #FCD017
RGB
CMYK
RGB Variations
Color information
#FCD017 (or 0xFCD017) is known color: Turbo. HEX triplet: FC, D0 and 17. RGB value is (252,208,23). Sum of RGB (Red+Green+Blue) = 252+208+23=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 23 (9.38% from 255 or 4.76% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD017 is #032FE8. Grayscale: #C8C8C8. Windows color (decimal): -208873 or 1560828. OLE color: 1560828.
HSL color Cylindrical-coordinate representation of color #FCD017: hue angle of 48.47º degrees, saturation: 0.97, 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 #FCD017 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 23 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.01 |
| HSL | 48.47º | 0.97% | 0.54% | - |
| HSV(B) | 48.47º | 0.91% | 0.99% | - |
| XYZ | 62.86 | 65.87 | 10.21 | - |
| YUV | 200.07 | 28.08 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 23 | 0 | 0.17 | 0.91 | 0.01 | 48.47 | 0.97 | 0.54 |
| Hex | FC | D0 | 17 | 0 | 11 | 5B | 1 | 30 | 61 | 36 |
| Octal | 374 | 320 | 27 | 0 | 21 | 133 | 1 | 60 | 141 | 66 |
| Binary | 11111100 | 11010000 | 10111 | 0 | 10001 | 1011011 | 1 | 110000 | 1100001 | 110110 |
Color Harmonies of #FCD017
Complementary color
Monochromatic Colors of #FCD017
Black with #FCD017
Text Example
Text Example
White with #FCD017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD017; }
p { color: rgb(252,208,23); }
H1.HeaderClassName
{
color: #FCD017;
}
.AnyTagClassName
{
color: #FCD017;
}
</style>
background-color css
<style>
a { background-color: #FCD017; }
a { background-color: rgb(252,208,23); }
div.DivClassName
{
background-color: #FCD017;
}
.BgClassName
{
background-color: #FCD017;
}
</style>
border-color css
<style>
span { border-color: #FCD017; }
span { border-color: rgb(252,208,23); }
td.TdClassName
{
border-color: #FCD017;
}
.TagClassName
{
border-color: #FCD017;
}
</style>