Shades of Turbo #FCD51D
Tints of Turbo #FCD51D
RGB
CMYK
RGB Variations
Color information
#FCD51D (or 0xFCD51D) is known color: Turbo. HEX triplet: FC, D5 and 1D. RGB value is (252,213,29). Sum of RGB (Red+Green+Blue) = 252+213+29=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 29 (11.72% from 255 or 5.87% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD51D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD51D is #032AE2. Grayscale: #CCCCCC. Windows color (decimal): -207587 or 1955324. OLE color: 1955324.
HSL color Cylindrical-coordinate representation of color #FCD51D: hue angle of 49.51º 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 #FCD51D is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 29 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.01 |
| HSL | 49.51º | 0.97% | 0.55% | - |
| HSV(B) | 49.51º | 0.88% | 0.99% | - |
| XYZ | 64.16 | 68.37 | 10.98 | - |
| YUV | 203.69 | 29.42 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 29 | 0 | 0.15 | 0.88 | 0.01 | 49.51 | 0.97 | 0.55 |
| Hex | FC | D5 | 1D | 0 | F | 58 | 1 | 32 | 61 | 37 |
| Octal | 374 | 325 | 35 | 0 | 17 | 130 | 1 | 62 | 141 | 67 |
| Binary | 11111100 | 11010101 | 11101 | 0 | 1111 | 1011000 | 1 | 110010 | 1100001 | 110111 |
Color Harmonies of #FCD51D
Complementary color
Monochromatic Colors of #FCD51D
Black with #FCD51D
Text Example
Text Example
White with #FCD51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD51D; }
p { color: rgb(252,213,29); }
H1.HeaderClassName
{
color: #FCD51D;
}
.AnyTagClassName
{
color: #FCD51D;
}
</style>
background-color css
<style>
a { background-color: #FCD51D; }
a { background-color: rgb(252,213,29); }
div.DivClassName
{
background-color: #FCD51D;
}
.BgClassName
{
background-color: #FCD51D;
}
</style>
border-color css
<style>
span { border-color: #FCD51D; }
span { border-color: rgb(252,213,29); }
td.TdClassName
{
border-color: #FCD51D;
}
.TagClassName
{
border-color: #FCD51D;
}
</style>