Shades of Turbo #FCD521
Tints of Turbo #FCD521
RGB
CMYK
RGB Variations
Color information
#FCD521 (or 0xFCD521) is known color: Turbo. HEX triplet: FC, D5 and 21. RGB value is (252,213,33). Sum of RGB (Red+Green+Blue) = 252+213+33=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 33 (13.28% from 255 or 6.63% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD521 is #032ADE. Grayscale: #CCCCCC. Windows color (decimal): -207583 or 2217468. OLE color: 2217468.
HSL color Cylindrical-coordinate representation of color #FCD521: hue angle of 49.32º 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 #FCD521 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 33 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.01 |
| HSL | 49.32º | 0.97% | 0.56% | - |
| HSV(B) | 49.32º | 0.87% | 0.99% | - |
| XYZ | 64.21 | 68.39 | 11.26 | - |
| YUV | 204.14 | 31.42 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 33 | 0 | 0.15 | 0.87 | 0.01 | 49.32 | 0.97 | 0.56 |
| Hex | FC | D5 | 21 | 0 | F | 57 | 1 | 31 | 61 | 38 |
| Octal | 374 | 325 | 41 | 0 | 17 | 127 | 1 | 61 | 141 | 70 |
| Binary | 11111100 | 11010101 | 100001 | 0 | 1111 | 1010111 | 1 | 110001 | 1100001 | 111000 |
Color Harmonies of #FCD521
Complementary color
Monochromatic Colors of #FCD521
Black with #FCD521
Text Example
Text Example
White with #FCD521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD521; }
p { color: rgb(252,213,33); }
H1.HeaderClassName
{
color: #FCD521;
}
.AnyTagClassName
{
color: #FCD521;
}
</style>
background-color css
<style>
a { background-color: #FCD521; }
a { background-color: rgb(252,213,33); }
div.DivClassName
{
background-color: #FCD521;
}
.BgClassName
{
background-color: #FCD521;
}
</style>
border-color css
<style>
span { border-color: #FCD521; }
span { border-color: rgb(252,213,33); }
td.TdClassName
{
border-color: #FCD521;
}
.TagClassName
{
border-color: #FCD521;
}
</style>