Shades of Turbo #FCD721
Tints of Turbo #FCD721
RGB
CMYK
RGB Variations
Color information
#FCD721 (or 0xFCD721) is known color: Turbo. HEX triplet: FC, D7 and 21. RGB value is (252,215,33). Sum of RGB (Red+Green+Blue) = 252+215+33=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 33 (13.28% from 255 or 6.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD721 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD721 is #0328DE. Grayscale: #CECECE. Windows color (decimal): -207071 or 2217980. OLE color: 2217980.
HSL color Cylindrical-coordinate representation of color #FCD721: hue angle of 49.86º 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 #FCD721 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 33 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.01 |
| HSL | 49.86º | 0.97% | 0.56% | - |
| HSV(B) | 49.86º | 0.87% | 0.99% | - |
| XYZ | 64.72 | 69.41 | 11.42 | - |
| YUV | 205.32 | 30.76 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 33 | 0 | 0.15 | 0.87 | 0.01 | 49.86 | 0.97 | 0.56 |
| Hex | FC | D7 | 21 | 0 | F | 57 | 1 | 32 | 61 | 38 |
| Octal | 374 | 327 | 41 | 0 | 17 | 127 | 1 | 62 | 141 | 70 |
| Binary | 11111100 | 11010111 | 100001 | 0 | 1111 | 1010111 | 1 | 110010 | 1100001 | 111000 |
Color Harmonies of #FCD721
Complementary color
Monochromatic Colors of #FCD721
Black with #FCD721
Text Example
Text Example
White with #FCD721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD721; }
p { color: rgb(252,215,33); }
H1.HeaderClassName
{
color: #FCD721;
}
.AnyTagClassName
{
color: #FCD721;
}
</style>
background-color css
<style>
a { background-color: #FCD721; }
a { background-color: rgb(252,215,33); }
div.DivClassName
{
background-color: #FCD721;
}
.BgClassName
{
background-color: #FCD721;
}
</style>
border-color css
<style>
span { border-color: #FCD721; }
span { border-color: rgb(252,215,33); }
td.TdClassName
{
border-color: #FCD721;
}
.TagClassName
{
border-color: #FCD721;
}
</style>