Shades of Turbo #FCD71D
Tints of Turbo #FCD71D
RGB
CMYK
RGB Variations
Color information
#FCD71D (or 0xFCD71D) is known color: Turbo. HEX triplet: FC, D7 and 1D. RGB value is (252,215,29). Sum of RGB (Red+Green+Blue) = 252+215+29=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 29 (11.72% from 255 or 5.85% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD71D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD71D is #0328E2. Grayscale: #CDCDCD. Windows color (decimal): -207075 or 1955836. OLE color: 1955836.
HSL color Cylindrical-coordinate representation of color #FCD71D: hue angle of 50.04º 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 #FCD71D is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 29 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.01 |
| HSL | 50.04º | 0.97% | 0.55% | - |
| HSV(B) | 50.04º | 0.88% | 0.99% | - |
| XYZ | 64.67 | 69.39 | 11.15 | - |
| YUV | 204.86 | 28.76 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 29 | 0 | 0.15 | 0.88 | 0.01 | 50.04 | 0.97 | 0.55 |
| Hex | FC | D7 | 1D | 0 | F | 58 | 1 | 32 | 61 | 37 |
| Octal | 374 | 327 | 35 | 0 | 17 | 130 | 1 | 62 | 141 | 67 |
| Binary | 11111100 | 11010111 | 11101 | 0 | 1111 | 1011000 | 1 | 110010 | 1100001 | 110111 |
Color Harmonies of #FCD71D
Complementary color
Monochromatic Colors of #FCD71D
Black with #FCD71D
Text Example
Text Example
White with #FCD71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD71D; }
p { color: rgb(252,215,29); }
H1.HeaderClassName
{
color: #FCD71D;
}
.AnyTagClassName
{
color: #FCD71D;
}
</style>
background-color css
<style>
a { background-color: #FCD71D; }
a { background-color: rgb(252,215,29); }
div.DivClassName
{
background-color: #FCD71D;
}
.BgClassName
{
background-color: #FCD71D;
}
</style>
border-color css
<style>
span { border-color: #FCD71D; }
span { border-color: rgb(252,215,29); }
td.TdClassName
{
border-color: #FCD71D;
}
.TagClassName
{
border-color: #FCD71D;
}
</style>