Shades of Turbo #FCD820
Tints of Turbo #FCD820
RGB
CMYK
RGB Variations
Color information
#FCD820 (or 0xFCD820) is known color: Turbo. HEX triplet: FC, D8 and 20. RGB value is (252,216,32). Sum of RGB (Red+Green+Blue) = 252+216+32=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 32 (12.89% from 255 or 6.4% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD820 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD820 is #0327DF. Grayscale: #CECECE. Windows color (decimal): -206816 or 2152700. OLE color: 2152700.
HSL color Cylindrical-coordinate representation of color #FCD820: hue angle of 50.18º 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 #FCD820 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 32 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.01 |
| HSL | 50.18º | 0.97% | 0.56% | - |
| HSV(B) | 50.18º | 0.87% | 0.99% | - |
| XYZ | 64.96 | 69.91 | 11.44 | - |
| YUV | 205.79 | 29.93 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 32 | 0 | 0.14 | 0.87 | 0.01 | 50.18 | 0.97 | 0.56 |
| Hex | FC | D8 | 20 | 0 | E | 57 | 1 | 32 | 61 | 38 |
| Octal | 374 | 330 | 40 | 0 | 16 | 127 | 1 | 62 | 141 | 70 |
| Binary | 11111100 | 11011000 | 100000 | 0 | 1110 | 1010111 | 1 | 110010 | 1100001 | 111000 |
Color Harmonies of #FCD820
Complementary color
Monochromatic Colors of #FCD820
Black with #FCD820
Text Example
Text Example
White with #FCD820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD820; }
p { color: rgb(252,216,32); }
H1.HeaderClassName
{
color: #FCD820;
}
.AnyTagClassName
{
color: #FCD820;
}
</style>
background-color css
<style>
a { background-color: #FCD820; }
a { background-color: rgb(252,216,32); }
div.DivClassName
{
background-color: #FCD820;
}
.BgClassName
{
background-color: #FCD820;
}
</style>
border-color css
<style>
span { border-color: #FCD820; }
span { border-color: rgb(252,216,32); }
td.TdClassName
{
border-color: #FCD820;
}
.TagClassName
{
border-color: #FCD820;
}
</style>