Shades of Turbo #FCD221
Tints of Turbo #FCD221
RGB
CMYK
RGB Variations
Color information
#FCD221 (or 0xFCD221) is known color: Turbo. HEX triplet: FC, D2 and 21. RGB value is (252,210,33). Sum of RGB (Red+Green+Blue) = 252+210+33=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 33 (13.28% from 255 or 6.67% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD221 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD221 is #032DDE. Grayscale: #CBCBCB. Windows color (decimal): -208351 or 2216700. OLE color: 2216700.
HSL color Cylindrical-coordinate representation of color #FCD221: hue angle of 48.49º 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 #FCD221 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 33 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.01 |
| HSL | 48.49º | 0.97% | 0.56% | - |
| HSV(B) | 48.49º | 0.87% | 0.99% | - |
| XYZ | 63.47 | 66.9 | 11.01 | - |
| YUV | 202.38 | 32.41 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 33 | 0 | 0.17 | 0.87 | 0.01 | 48.49 | 0.97 | 0.56 |
| Hex | FC | D2 | 21 | 0 | 11 | 57 | 1 | 30 | 61 | 38 |
| Octal | 374 | 322 | 41 | 0 | 21 | 127 | 1 | 60 | 141 | 70 |
| Binary | 11111100 | 11010010 | 100001 | 0 | 10001 | 1010111 | 1 | 110000 | 1100001 | 111000 |
Color Harmonies of #FCD221
Complementary color
Monochromatic Colors of #FCD221
Black with #FCD221
Text Example
Text Example
White with #FCD221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD221; }
p { color: rgb(252,210,33); }
H1.HeaderClassName
{
color: #FCD221;
}
.AnyTagClassName
{
color: #FCD221;
}
</style>
background-color css
<style>
a { background-color: #FCD221; }
a { background-color: rgb(252,210,33); }
div.DivClassName
{
background-color: #FCD221;
}
.BgClassName
{
background-color: #FCD221;
}
</style>
border-color css
<style>
span { border-color: #FCD221; }
span { border-color: rgb(252,210,33); }
td.TdClassName
{
border-color: #FCD221;
}
.TagClassName
{
border-color: #FCD221;
}
</style>