Shades of Turbo #FCD316
Tints of Turbo #FCD316
RGB
CMYK
RGB Variations
Color information
#FCD316 (or 0xFCD316) is known color: Turbo. HEX triplet: FC, D3 and 16. RGB value is (252,211,22). Sum of RGB (Red+Green+Blue) = 252+211+22=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 22 (8.98% from 255 or 4.54% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD316 is #032CE9. Grayscale: #CACACA. Windows color (decimal): -208106 or 1496060. OLE color: 1496060.
HSL color Cylindrical-coordinate representation of color #FCD316: hue angle of 49.3º 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 #FCD316 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 22 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.01 |
| HSL | 49.3º | 0.97% | 0.54% | - |
| HSV(B) | 49.3º | 0.91% | 0.99% | - |
| XYZ | 63.58 | 67.34 | 10.41 | - |
| YUV | 201.71 | 26.58 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 22 | 0 | 0.16 | 0.91 | 0.01 | 49.3 | 0.97 | 0.54 |
| Hex | FC | D3 | 16 | 0 | 10 | 5B | 1 | 31 | 61 | 36 |
| Octal | 374 | 323 | 26 | 0 | 20 | 133 | 1 | 61 | 141 | 66 |
| Binary | 11111100 | 11010011 | 10110 | 0 | 10000 | 1011011 | 1 | 110001 | 1100001 | 110110 |
Color Harmonies of #FCD316
Complementary color
Monochromatic Colors of #FCD316
Black with #FCD316
Text Example
Text Example
White with #FCD316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD316; }
p { color: rgb(252,211,22); }
H1.HeaderClassName
{
color: #FCD316;
}
.AnyTagClassName
{
color: #FCD316;
}
</style>
background-color css
<style>
a { background-color: #FCD316; }
a { background-color: rgb(252,211,22); }
div.DivClassName
{
background-color: #FCD316;
}
.BgClassName
{
background-color: #FCD316;
}
</style>
border-color css
<style>
span { border-color: #FCD316; }
span { border-color: rgb(252,211,22); }
td.TdClassName
{
border-color: #FCD316;
}
.TagClassName
{
border-color: #FCD316;
}
</style>