Shades of Turbo #FCD321
Tints of Turbo #FCD321
RGB
CMYK
RGB Variations
Color information
#FCD321 (or 0xFCD321) is known color: Turbo. HEX triplet: FC, D3 and 21. RGB value is (252,211,33). Sum of RGB (Red+Green+Blue) = 252+211+33=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 33 (13.28% from 255 or 6.65% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD321 is #032CDE. Grayscale: #CBCBCB. Windows color (decimal): -208095 or 2216956. OLE color: 2216956.
HSL color Cylindrical-coordinate representation of color #FCD321: hue angle of 48.77º 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 #FCD321 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 33 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.01 |
| HSL | 48.77º | 0.97% | 0.56% | - |
| HSV(B) | 48.77º | 0.87% | 0.99% | - |
| XYZ | 63.71 | 67.39 | 11.09 | - |
| YUV | 202.97 | 32.08 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 33 | 0 | 0.16 | 0.87 | 0.01 | 48.77 | 0.97 | 0.56 |
| Hex | FC | D3 | 21 | 0 | 10 | 57 | 1 | 31 | 61 | 38 |
| Octal | 374 | 323 | 41 | 0 | 20 | 127 | 1 | 61 | 141 | 70 |
| Binary | 11111100 | 11010011 | 100001 | 0 | 10000 | 1010111 | 1 | 110001 | 1100001 | 111000 |
Color Harmonies of #FCD321
Complementary color
Monochromatic Colors of #FCD321
Black with #FCD321
Text Example
Text Example
White with #FCD321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD321; }
p { color: rgb(252,211,33); }
H1.HeaderClassName
{
color: #FCD321;
}
.AnyTagClassName
{
color: #FCD321;
}
</style>
background-color css
<style>
a { background-color: #FCD321; }
a { background-color: rgb(252,211,33); }
div.DivClassName
{
background-color: #FCD321;
}
.BgClassName
{
background-color: #FCD321;
}
</style>
border-color css
<style>
span { border-color: #FCD321; }
span { border-color: rgb(252,211,33); }
td.TdClassName
{
border-color: #FCD321;
}
.TagClassName
{
border-color: #FCD321;
}
</style>