Shades of Turbo #FCD120
Tints of Turbo #FCD120
RGB
CMYK
RGB Variations
Color information
#FCD120 (or 0xFCD120) is known color: Turbo. HEX triplet: FC, D1 and 20. RGB value is (252,209,32). Sum of RGB (Red+Green+Blue) = 252+209+32=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 32 (12.89% from 255 or 6.49% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD120 is #032EDF. Grayscale: #CACACA. Windows color (decimal): -208608 or 2150908. OLE color: 2150908.
HSL color Cylindrical-coordinate representation of color #FCD120: hue angle of 48.27º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCD120 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 32 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.01 |
| HSL | 48.27º | 0.97% | 0.56% | - |
| HSV(B) | 48.27º | 0.87% | 0.99% | - |
| XYZ | 63.21 | 66.4 | 10.85 | - |
| YUV | 201.68 | 32.25 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 32 | 0 | 0.17 | 0.87 | 0.01 | 48.27 | 0.97 | 0.56 |
| Hex | FC | D1 | 20 | 0 | 11 | 57 | 1 | 30 | 61 | 38 |
| Octal | 374 | 321 | 40 | 0 | 21 | 127 | 1 | 60 | 141 | 70 |
| Binary | 11111100 | 11010001 | 100000 | 0 | 10001 | 1010111 | 1 | 110000 | 1100001 | 111000 |
Color Harmonies of #FCD120
Complementary color
Monochromatic Colors of #FCD120
Black with #FCD120
Text Example
Text Example
White with #FCD120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD120; }
p { color: rgb(252,209,32); }
H1.HeaderClassName
{
color: #FCD120;
}
.AnyTagClassName
{
color: #FCD120;
}
</style>
background-color css
<style>
a { background-color: #FCD120; }
a { background-color: rgb(252,209,32); }
div.DivClassName
{
background-color: #FCD120;
}
.BgClassName
{
background-color: #FCD120;
}
</style>
border-color css
<style>
span { border-color: #FCD120; }
span { border-color: rgb(252,209,32); }
td.TdClassName
{
border-color: #FCD120;
}
.TagClassName
{
border-color: #FCD120;
}
</style>