Shades of Turbo #FCC918
Tints of Turbo #FCC918
RGB
CMYK
RGB Variations
Color information
#FCC918 (or 0xFCC918) is known color: Turbo. HEX triplet: FC, C9 and 18. RGB value is (252,201,24). Sum of RGB (Red+Green+Blue) = 252+201+24=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 24 (9.77% from 255 or 5.03% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC918 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC918 is #0336E7. Grayscale: #C4C4C4. Windows color (decimal): -210664 or 1624572. OLE color: 1624572.
HSL color Cylindrical-coordinate representation of color #FCC918: hue angle of 46.58º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCC918 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 24 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.01 |
| HSL | 46.58º | 0.97% | 0.54% | - |
| HSV(B) | 46.58º | 0.9% | 0.99% | - |
| XYZ | 61.2 | 62.53 | 9.71 | - |
| YUV | 196.07 | 30.9 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 24 | 0 | 0.20 | 0.90 | 0.01 | 46.58 | 0.97 | 0.54 |
| Hex | FC | C9 | 18 | 0 | 14 | 5A | 1 | 2F | 61 | 36 |
| Octal | 374 | 311 | 30 | 0 | 24 | 132 | 1 | 57 | 141 | 66 |
| Binary | 11111100 | 11001001 | 11000 | 0 | 10100 | 1011010 | 1 | 101111 | 1100001 | 110110 |
Color Harmonies of #FCC918
Complementary color
Monochromatic Colors of #FCC918
Black with #FCC918
Text Example
Text Example
White with #FCC918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC918; }
p { color: rgb(252,201,24); }
H1.HeaderClassName
{
color: #FCC918;
}
.AnyTagClassName
{
color: #FCC918;
}
</style>
background-color css
<style>
a { background-color: #FCC918; }
a { background-color: rgb(252,201,24); }
div.DivClassName
{
background-color: #FCC918;
}
.BgClassName
{
background-color: #FCC918;
}
</style>
border-color css
<style>
span { border-color: #FCC918; }
span { border-color: rgb(252,201,24); }
td.TdClassName
{
border-color: #FCC918;
}
.TagClassName
{
border-color: #FCC918;
}
</style>