Shades of Turbo #FCD516
Tints of Turbo #FCD516
RGB
CMYK
RGB Variations
Color information
#FCD516 (or 0xFCD516) is known color: Turbo. HEX triplet: FC, D5 and 16. RGB value is (252,213,22). Sum of RGB (Red+Green+Blue) = 252+213+22=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 22 (8.98% from 255 or 4.52% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD516 is #032AE9. Grayscale: #CBCBCB. Windows color (decimal): -207594 or 1496572. OLE color: 1496572.
HSL color Cylindrical-coordinate representation of color #FCD516: hue angle of 49.83º 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 #FCD516 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 22 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.01 |
| HSL | 49.83º | 0.97% | 0.54% | - |
| HSV(B) | 49.83º | 0.91% | 0.99% | - |
| XYZ | 64.08 | 68.34 | 10.57 | - |
| YUV | 202.89 | 25.92 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 22 | 0 | 0.15 | 0.91 | 0.01 | 49.83 | 0.97 | 0.54 |
| Hex | FC | D5 | 16 | 0 | F | 5B | 1 | 32 | 61 | 36 |
| Octal | 374 | 325 | 26 | 0 | 17 | 133 | 1 | 62 | 141 | 66 |
| Binary | 11111100 | 11010101 | 10110 | 0 | 1111 | 1011011 | 1 | 110010 | 1100001 | 110110 |
Color Harmonies of #FCD516
Complementary color
Monochromatic Colors of #FCD516
Black with #FCD516
Text Example
Text Example
White with #FCD516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD516; }
p { color: rgb(252,213,22); }
H1.HeaderClassName
{
color: #FCD516;
}
.AnyTagClassName
{
color: #FCD516;
}
</style>
background-color css
<style>
a { background-color: #FCD516; }
a { background-color: rgb(252,213,22); }
div.DivClassName
{
background-color: #FCD516;
}
.BgClassName
{
background-color: #FCD516;
}
</style>
border-color css
<style>
span { border-color: #FCD516; }
span { border-color: rgb(252,213,22); }
td.TdClassName
{
border-color: #FCD516;
}
.TagClassName
{
border-color: #FCD516;
}
</style>