Shades of Turbo #FCD91F
Tints of Turbo #FCD91F
RGB
CMYK
RGB Variations
Color information
#FCD91F (or 0xFCD91F) is known color: Turbo. HEX triplet: FC, D9 and 1F. RGB value is (252,217,31). Sum of RGB (Red+Green+Blue) = 252+217+31=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 31 (12.5% from 255 or 6.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD91F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD91F is #0326E0. Grayscale: #CFCFCF. Windows color (decimal): -206561 or 2087420. OLE color: 2087420.
HSL color Cylindrical-coordinate representation of color #FCD91F: hue angle of 50.5º 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 #FCD91F is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 31 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.01 |
| HSL | 50.5º | 0.97% | 0.55% | - |
| HSV(B) | 50.5º | 0.88% | 0.99% | - |
| XYZ | 65.21 | 70.42 | 11.45 | - |
| YUV | 206.26 | 29.1 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 31 | 0 | 0.14 | 0.88 | 0.01 | 50.5 | 0.97 | 0.55 |
| Hex | FC | D9 | 1F | 0 | E | 58 | 1 | 32 | 61 | 37 |
| Octal | 374 | 331 | 37 | 0 | 16 | 130 | 1 | 62 | 141 | 67 |
| Binary | 11111100 | 11011001 | 11111 | 0 | 1110 | 1011000 | 1 | 110010 | 1100001 | 110111 |
Color Harmonies of #FCD91F
Complementary color
Monochromatic Colors of #FCD91F
Black with #FCD91F
Text Example
Text Example
White with #FCD91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD91F; }
p { color: rgb(252,217,31); }
H1.HeaderClassName
{
color: #FCD91F;
}
.AnyTagClassName
{
color: #FCD91F;
}
</style>
background-color css
<style>
a { background-color: #FCD91F; }
a { background-color: rgb(252,217,31); }
div.DivClassName
{
background-color: #FCD91F;
}
.BgClassName
{
background-color: #FCD91F;
}
</style>
border-color css
<style>
span { border-color: #FCD91F; }
span { border-color: rgb(252,217,31); }
td.TdClassName
{
border-color: #FCD91F;
}
.TagClassName
{
border-color: #FCD91F;
}
</style>