Shades of Turbo #FCCC16
Tints of Turbo #FCCC16
RGB
CMYK
RGB Variations
Color information
#FCCC16 (or 0xFCCC16) is known color: Turbo. HEX triplet: FC, CC and 16. RGB value is (252,204,22). Sum of RGB (Red+Green+Blue) = 252+204+22=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 22 (8.98% from 255 or 4.60% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC16 is #0333E9. Grayscale: #C6C6C6. Windows color (decimal): -209898 or 1494268. OLE color: 1494268.
HSL color Cylindrical-coordinate representation of color #FCCC16: hue angle of 47.48º 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 #FCCC16 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 22 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.01 |
| HSL | 47.48º | 0.97% | 0.54% | - |
| HSV(B) | 47.48º | 0.91% | 0.99% | - |
| XYZ | 61.88 | 63.94 | 9.84 | - |
| YUV | 197.6 | 28.9 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 22 | 0 | 0.19 | 0.91 | 0.01 | 47.48 | 0.97 | 0.54 |
| Hex | FC | CC | 16 | 0 | 13 | 5B | 1 | 2F | 61 | 36 |
| Octal | 374 | 314 | 26 | 0 | 23 | 133 | 1 | 57 | 141 | 66 |
| Binary | 11111100 | 11001100 | 10110 | 0 | 10011 | 1011011 | 1 | 101111 | 1100001 | 110110 |
Color Harmonies of #FCCC16
Complementary color
Monochromatic Colors of #FCCC16
Black with #FCCC16
Text Example
Text Example
White with #FCCC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC16; }
p { color: rgb(252,204,22); }
H1.HeaderClassName
{
color: #FCCC16;
}
.AnyTagClassName
{
color: #FCCC16;
}
</style>
background-color css
<style>
a { background-color: #FCCC16; }
a { background-color: rgb(252,204,22); }
div.DivClassName
{
background-color: #FCCC16;
}
.BgClassName
{
background-color: #FCCC16;
}
</style>
border-color css
<style>
span { border-color: #FCCC16; }
span { border-color: rgb(252,204,22); }
td.TdClassName
{
border-color: #FCCC16;
}
.TagClassName
{
border-color: #FCCC16;
}
</style>