Shades of Turbo #FCD31D
Tints of Turbo #FCD31D
RGB
CMYK
RGB Variations
Color information
#FCD31D (or 0xFCD31D) is known color: Turbo. HEX triplet: FC, D3 and 1D. RGB value is (252,211,29). Sum of RGB (Red+Green+Blue) = 252+211+29=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 29 (11.72% from 255 or 5.89% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD31D is #032CE2. Grayscale: #CBCBCB. Windows color (decimal): -208099 or 1954812. OLE color: 1954812.
HSL color Cylindrical-coordinate representation of color #FCD31D: hue angle of 48.97º 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 #FCD31D is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 29 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.01 |
| HSL | 48.97º | 0.97% | 0.55% | - |
| HSV(B) | 48.97º | 0.88% | 0.99% | - |
| XYZ | 63.66 | 67.37 | 10.81 | - |
| YUV | 202.51 | 30.08 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 29 | 0 | 0.16 | 0.88 | 0.01 | 48.97 | 0.97 | 0.55 |
| Hex | FC | D3 | 1D | 0 | 10 | 58 | 1 | 31 | 61 | 37 |
| Octal | 374 | 323 | 35 | 0 | 20 | 130 | 1 | 61 | 141 | 67 |
| Binary | 11111100 | 11010011 | 11101 | 0 | 10000 | 1011000 | 1 | 110001 | 1100001 | 110111 |
Color Harmonies of #FCD31D
Complementary color
Monochromatic Colors of #FCD31D
Black with #FCD31D
Text Example
Text Example
White with #FCD31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD31D; }
p { color: rgb(252,211,29); }
H1.HeaderClassName
{
color: #FCD31D;
}
.AnyTagClassName
{
color: #FCD31D;
}
</style>
background-color css
<style>
a { background-color: #FCD31D; }
a { background-color: rgb(252,211,29); }
div.DivClassName
{
background-color: #FCD31D;
}
.BgClassName
{
background-color: #FCD31D;
}
</style>
border-color css
<style>
span { border-color: #FCD31D; }
span { border-color: rgb(252,211,29); }
td.TdClassName
{
border-color: #FCD31D;
}
.TagClassName
{
border-color: #FCD31D;
}
</style>