Shades of Turbo #FCC816
Tints of Turbo #FCC816
RGB
CMYK
RGB Variations
Color information
#FCC816 (or 0xFCC816) is known color: Turbo. HEX triplet: FC, C8 and 16. RGB value is (252,200,22). Sum of RGB (Red+Green+Blue) = 252+200+22=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 22 (8.98% from 255 or 4.64% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC816 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC816 is #0337E9. Grayscale: #C4C4C4. Windows color (decimal): -210922 or 1493244. OLE color: 1493244.
HSL color Cylindrical-coordinate representation of color #FCC816: hue angle of 46.43º 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 #FCC816 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 22 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.01 |
| HSL | 46.43º | 0.97% | 0.54% | - |
| HSV(B) | 46.43º | 0.91% | 0.99% | - |
| XYZ | 60.94 | 62.06 | 9.53 | - |
| YUV | 195.26 | 30.23 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 22 | 0 | 0.21 | 0.91 | 0.01 | 46.43 | 0.97 | 0.54 |
| Hex | FC | C8 | 16 | 0 | 15 | 5B | 1 | 2E | 61 | 36 |
| Octal | 374 | 310 | 26 | 0 | 25 | 133 | 1 | 56 | 141 | 66 |
| Binary | 11111100 | 11001000 | 10110 | 0 | 10101 | 1011011 | 1 | 101110 | 1100001 | 110110 |
Color Harmonies of #FCC816
Complementary color
Monochromatic Colors of #FCC816
Black with #FCC816
Text Example
Text Example
White with #FCC816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC816; }
p { color: rgb(252,200,22); }
H1.HeaderClassName
{
color: #FCC816;
}
.AnyTagClassName
{
color: #FCC816;
}
</style>
background-color css
<style>
a { background-color: #FCC816; }
a { background-color: rgb(252,200,22); }
div.DivClassName
{
background-color: #FCC816;
}
.BgClassName
{
background-color: #FCC816;
}
</style>
border-color css
<style>
span { border-color: #FCC816; }
span { border-color: rgb(252,200,22); }
td.TdClassName
{
border-color: #FCC816;
}
.TagClassName
{
border-color: #FCC816;
}
</style>