Shades of Turbo #FCD216
Tints of Turbo #FCD216
RGB
CMYK
RGB Variations
Color information
#FCD216 (or 0xFCD216) is known color: Turbo. HEX triplet: FC, D2 and 16. RGB value is (252,210,22). Sum of RGB (Red+Green+Blue) = 252+210+22=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 22 (8.98% from 255 or 4.55% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD216 is #032DE9. Grayscale: #C9C9C9. Windows color (decimal): -208362 or 1495804. OLE color: 1495804.
HSL color Cylindrical-coordinate representation of color #FCD216: hue angle of 49.04º 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 #FCD216 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 22 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.01 |
| HSL | 49.04º | 0.97% | 0.54% | - |
| HSV(B) | 49.04º | 0.91% | 0.99% | - |
| XYZ | 63.34 | 66.85 | 10.32 | - |
| YUV | 201.13 | 26.91 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 22 | 0 | 0.17 | 0.91 | 0.01 | 49.04 | 0.97 | 0.54 |
| Hex | FC | D2 | 16 | 0 | 11 | 5B | 1 | 31 | 61 | 36 |
| Octal | 374 | 322 | 26 | 0 | 21 | 133 | 1 | 61 | 141 | 66 |
| Binary | 11111100 | 11010010 | 10110 | 0 | 10001 | 1011011 | 1 | 110001 | 1100001 | 110110 |
Color Harmonies of #FCD216
Complementary color
Monochromatic Colors of #FCD216
Black with #FCD216
Text Example
Text Example
White with #FCD216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD216; }
p { color: rgb(252,210,22); }
H1.HeaderClassName
{
color: #FCD216;
}
.AnyTagClassName
{
color: #FCD216;
}
</style>
background-color css
<style>
a { background-color: #FCD216; }
a { background-color: rgb(252,210,22); }
div.DivClassName
{
background-color: #FCD216;
}
.BgClassName
{
background-color: #FCD216;
}
</style>
border-color css
<style>
span { border-color: #FCD216; }
span { border-color: rgb(252,210,22); }
td.TdClassName
{
border-color: #FCD216;
}
.TagClassName
{
border-color: #FCD216;
}
</style>