Shades of Turbo #FCD21D
Tints of Turbo #FCD21D
RGB
CMYK
RGB Variations
Color information
#FCD21D (or 0xFCD21D) is known color: Turbo. HEX triplet: FC, D2 and 1D. RGB value is (252,210,29). Sum of RGB (Red+Green+Blue) = 252+210+29=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 29 (11.72% from 255 or 5.91% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD21D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD21D is #032DE2. Grayscale: #CACACA. Windows color (decimal): -208355 or 1954556. OLE color: 1954556.
HSL color Cylindrical-coordinate representation of color #FCD21D: hue angle of 48.7º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCD21D is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 29 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.01 |
| HSL | 48.7º | 0.97% | 0.55% | - |
| HSV(B) | 48.7º | 0.88% | 0.99% | - |
| XYZ | 63.41 | 66.88 | 10.73 | - |
| YUV | 201.92 | 30.41 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 29 | 0 | 0.17 | 0.88 | 0.01 | 48.7 | 0.97 | 0.55 |
| Hex | FC | D2 | 1D | 0 | 11 | 58 | 1 | 31 | 61 | 37 |
| Octal | 374 | 322 | 35 | 0 | 21 | 130 | 1 | 61 | 141 | 67 |
| Binary | 11111100 | 11010010 | 11101 | 0 | 10001 | 1011000 | 1 | 110001 | 1100001 | 110111 |
Color Harmonies of #FCD21D
Complementary color
Monochromatic Colors of #FCD21D
Black with #FCD21D
Text Example
Text Example
White with #FCD21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD21D; }
p { color: rgb(252,210,29); }
H1.HeaderClassName
{
color: #FCD21D;
}
.AnyTagClassName
{
color: #FCD21D;
}
</style>
background-color css
<style>
a { background-color: #FCD21D; }
a { background-color: rgb(252,210,29); }
div.DivClassName
{
background-color: #FCD21D;
}
.BgClassName
{
background-color: #FCD21D;
}
</style>
border-color css
<style>
span { border-color: #FCD21D; }
span { border-color: rgb(252,210,29); }
td.TdClassName
{
border-color: #FCD21D;
}
.TagClassName
{
border-color: #FCD21D;
}
</style>