Shades of Turbo #FCD91C
Tints of Turbo #FCD91C
RGB
CMYK
RGB Variations
Color information
#FCD91C (or 0xFCD91C) is known color: Turbo. HEX triplet: FC, D9 and 1C. RGB value is (252,217,28). Sum of RGB (Red+Green+Blue) = 252+217+28=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 28 (11.33% from 255 or 5.63% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD91C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD91C is #0326E3. Grayscale: #CECECE. Windows color (decimal): -206564 or 1890812. OLE color: 1890812.
HSL color Cylindrical-coordinate representation of color #FCD91C: hue angle of 50.62º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCD91C is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 28 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.01 |
| HSL | 50.63º | 0.97% | 0.55% | - |
| HSV(B) | 50.63º | 0.89% | 0.99% | - |
| XYZ | 65.17 | 70.41 | 11.25 | - |
| YUV | 205.92 | 27.6 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 28 | 0 | 0.14 | 0.89 | 0.01 | 50.63 | 0.97 | 0.55 |
| Hex | FC | D9 | 1C | 0 | E | 59 | 1 | 33 | 61 | 37 |
| Octal | 374 | 331 | 34 | 0 | 16 | 131 | 1 | 63 | 141 | 67 |
| Binary | 11111100 | 11011001 | 11100 | 0 | 1110 | 1011001 | 1 | 110011 | 1100001 | 110111 |
Color Harmonies of #FCD91C
Complementary color
Monochromatic Colors of #FCD91C
Black with #FCD91C
Text Example
Text Example
White with #FCD91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD91C; }
p { color: rgb(252,217,28); }
H1.HeaderClassName
{
color: #FCD91C;
}
.AnyTagClassName
{
color: #FCD91C;
}
</style>
background-color css
<style>
a { background-color: #FCD91C; }
a { background-color: rgb(252,217,28); }
div.DivClassName
{
background-color: #FCD91C;
}
.BgClassName
{
background-color: #FCD91C;
}
</style>
border-color css
<style>
span { border-color: #FCD91C; }
span { border-color: rgb(252,217,28); }
td.TdClassName
{
border-color: #FCD91C;
}
.TagClassName
{
border-color: #FCD91C;
}
</style>