Shades of Turbo #FCD31E
Tints of Turbo #FCD31E
RGB
CMYK
RGB Variations
Color information
#FCD31E (or 0xFCD31E) is known color: Turbo. HEX triplet: FC, D3 and 1E. RGB value is (252,211,30). Sum of RGB (Red+Green+Blue) = 252+211+30=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 30 (12.11% from 255 or 6.09% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD31E is #032CE1. Grayscale: #CBCBCB. Windows color (decimal): -208098 or 2020348. OLE color: 2020348.
HSL color Cylindrical-coordinate representation of color #FCD31E: hue angle of 48.92º 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 #FCD31E is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 30 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.01 |
| HSL | 48.92º | 0.97% | 0.55% | - |
| HSV(B) | 48.92º | 0.88% | 0.99% | - |
| XYZ | 63.67 | 67.38 | 10.88 | - |
| YUV | 202.63 | 30.58 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 30 | 0 | 0.16 | 0.88 | 0.01 | 48.92 | 0.97 | 0.55 |
| Hex | FC | D3 | 1E | 0 | 10 | 58 | 1 | 31 | 61 | 37 |
| Octal | 374 | 323 | 36 | 0 | 20 | 130 | 1 | 61 | 141 | 67 |
| Binary | 11111100 | 11010011 | 11110 | 0 | 10000 | 1011000 | 1 | 110001 | 1100001 | 110111 |
Color Harmonies of #FCD31E
Complementary color
Monochromatic Colors of #FCD31E
Black with #FCD31E
Text Example
Text Example
White with #FCD31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD31E; }
p { color: rgb(252,211,30); }
H1.HeaderClassName
{
color: #FCD31E;
}
.AnyTagClassName
{
color: #FCD31E;
}
</style>
background-color css
<style>
a { background-color: #FCD31E; }
a { background-color: rgb(252,211,30); }
div.DivClassName
{
background-color: #FCD31E;
}
.BgClassName
{
background-color: #FCD31E;
}
</style>
border-color css
<style>
span { border-color: #FCD31E; }
span { border-color: rgb(252,211,30); }
td.TdClassName
{
border-color: #FCD31E;
}
.TagClassName
{
border-color: #FCD31E;
}
</style>