Shades of Turbo #FCC91B
Tints of Turbo #FCC91B
RGB
CMYK
RGB Variations
Color information
#FCC91B (or 0xFCC91B) is known color: Turbo. HEX triplet: FC, C9 and 1B. RGB value is (252,201,27). Sum of RGB (Red+Green+Blue) = 252+201+27=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 27 (10.94% from 255 or 5.62% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC91B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC91B is #0336E4. Grayscale: #C5C5C5. Windows color (decimal): -210661 or 1821180. OLE color: 1821180.
HSL color Cylindrical-coordinate representation of color #FCC91B: hue angle of 46.4º 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 #FCC91B is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 27 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.01 |
| HSL | 46.4º | 0.97% | 0.55% | - |
| HSV(B) | 46.4º | 0.89% | 0.99% | - |
| XYZ | 61.23 | 62.55 | 9.88 | - |
| YUV | 196.41 | 32.4 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 27 | 0 | 0.20 | 0.89 | 0.01 | 46.4 | 0.97 | 0.55 |
| Hex | FC | C9 | 1B | 0 | 14 | 59 | 1 | 2E | 61 | 37 |
| Octal | 374 | 311 | 33 | 0 | 24 | 131 | 1 | 56 | 141 | 67 |
| Binary | 11111100 | 11001001 | 11011 | 0 | 10100 | 1011001 | 1 | 101110 | 1100001 | 110111 |
Color Harmonies of #FCC91B
Complementary color
Monochromatic Colors of #FCC91B
Black with #FCC91B
Text Example
Text Example
White with #FCC91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC91B; }
p { color: rgb(252,201,27); }
H1.HeaderClassName
{
color: #FCC91B;
}
.AnyTagClassName
{
color: #FCC91B;
}
</style>
background-color css
<style>
a { background-color: #FCC91B; }
a { background-color: rgb(252,201,27); }
div.DivClassName
{
background-color: #FCC91B;
}
.BgClassName
{
background-color: #FCC91B;
}
</style>
border-color css
<style>
span { border-color: #FCC91B; }
span { border-color: rgb(252,201,27); }
td.TdClassName
{
border-color: #FCC91B;
}
.TagClassName
{
border-color: #FCC91B;
}
</style>