Shades of Turbo #FCC91D
Tints of Turbo #FCC91D
RGB
CMYK
RGB Variations
Color information
#FCC91D (or 0xFCC91D) is known color: Turbo. HEX triplet: FC, C9 and 1D. RGB value is (252,201,29). Sum of RGB (Red+Green+Blue) = 252+201+29=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 29 (11.72% from 255 or 6.02% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC91D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC91D is #0336E2. Grayscale: #C5C5C5. Windows color (decimal): -210659 or 1952252. OLE color: 1952252.
HSL color Cylindrical-coordinate representation of color #FCC91D: hue angle of 46.28º 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 #FCC91D is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 29 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.01 |
| HSL | 46.28º | 0.97% | 0.55% | - |
| HSV(B) | 46.28º | 0.88% | 0.99% | - |
| XYZ | 61.25 | 62.56 | 10.01 | - |
| YUV | 196.64 | 33.4 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 29 | 0 | 0.20 | 0.88 | 0.01 | 46.28 | 0.97 | 0.55 |
| Hex | FC | C9 | 1D | 0 | 14 | 58 | 1 | 2E | 61 | 37 |
| Octal | 374 | 311 | 35 | 0 | 24 | 130 | 1 | 56 | 141 | 67 |
| Binary | 11111100 | 11001001 | 11101 | 0 | 10100 | 1011000 | 1 | 101110 | 1100001 | 110111 |
Color Harmonies of #FCC91D
Complementary color
Monochromatic Colors of #FCC91D
Black with #FCC91D
Text Example
Text Example
White with #FCC91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC91D; }
p { color: rgb(252,201,29); }
H1.HeaderClassName
{
color: #FCC91D;
}
.AnyTagClassName
{
color: #FCC91D;
}
</style>
background-color css
<style>
a { background-color: #FCC91D; }
a { background-color: rgb(252,201,29); }
div.DivClassName
{
background-color: #FCC91D;
}
.BgClassName
{
background-color: #FCC91D;
}
</style>
border-color css
<style>
span { border-color: #FCC91D; }
span { border-color: rgb(252,201,29); }
td.TdClassName
{
border-color: #FCC91D;
}
.TagClassName
{
border-color: #FCC91D;
}
</style>