Shades of Turbo #FCC916
Tints of Turbo #FCC916
RGB
CMYK
RGB Variations
Color information
#FCC916 (or 0xFCC916) is known color: Turbo. HEX triplet: FC, C9 and 16. RGB value is (252,201,22). Sum of RGB (Red+Green+Blue) = 252+201+22=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 22 (8.98% from 255 or 4.63% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC916 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC916 is #0336E9. Grayscale: #C4C4C4. Windows color (decimal): -210666 or 1493500. OLE color: 1493500.
HSL color Cylindrical-coordinate representation of color #FCC916: hue angle of 46.7º 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 #FCC916 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 22 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.01 |
| HSL | 46.7º | 0.97% | 0.54% | - |
| HSV(B) | 46.7º | 0.91% | 0.99% | - |
| XYZ | 61.18 | 62.53 | 9.6 | - |
| YUV | 195.84 | 29.9 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 22 | 0 | 0.20 | 0.91 | 0.01 | 46.7 | 0.97 | 0.54 |
| Hex | FC | C9 | 16 | 0 | 14 | 5B | 1 | 2F | 61 | 36 |
| Octal | 374 | 311 | 26 | 0 | 24 | 133 | 1 | 57 | 141 | 66 |
| Binary | 11111100 | 11001001 | 10110 | 0 | 10100 | 1011011 | 1 | 101111 | 1100001 | 110110 |
Color Harmonies of #FCC916
Complementary color
Monochromatic Colors of #FCC916
Black with #FCC916
Text Example
Text Example
White with #FCC916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC916; }
p { color: rgb(252,201,22); }
H1.HeaderClassName
{
color: #FCC916;
}
.AnyTagClassName
{
color: #FCC916;
}
</style>
background-color css
<style>
a { background-color: #FCC916; }
a { background-color: rgb(252,201,22); }
div.DivClassName
{
background-color: #FCC916;
}
.BgClassName
{
background-color: #FCC916;
}
</style>
border-color css
<style>
span { border-color: #FCC916; }
span { border-color: rgb(252,201,22); }
td.TdClassName
{
border-color: #FCC916;
}
.TagClassName
{
border-color: #FCC916;
}
</style>