Shades of Turbo #FCC818
Tints of Turbo #FCC818
RGB
CMYK
RGB Variations
Color information
#FCC818 (or 0xFCC818) is known color: Turbo. HEX triplet: FC, C8 and 18. RGB value is (252,200,24). Sum of RGB (Red+Green+Blue) = 252+200+24=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 24 (9.77% from 255 or 5.04% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC818 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC818 is #0337E7. Grayscale: #C4C4C4. Windows color (decimal): -210920 or 1624316. OLE color: 1624316.
HSL color Cylindrical-coordinate representation of color #FCC818: hue angle of 46.32º 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 #FCC818 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 24 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.01 |
| HSL | 46.32º | 0.97% | 0.54% | - |
| HSV(B) | 46.32º | 0.9% | 0.99% | - |
| XYZ | 60.96 | 62.07 | 9.63 | - |
| YUV | 195.48 | 31.23 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 24 | 0 | 0.21 | 0.90 | 0.01 | 46.32 | 0.97 | 0.54 |
| Hex | FC | C8 | 18 | 0 | 15 | 5A | 1 | 2E | 61 | 36 |
| Octal | 374 | 310 | 30 | 0 | 25 | 132 | 1 | 56 | 141 | 66 |
| Binary | 11111100 | 11001000 | 11000 | 0 | 10101 | 1011010 | 1 | 101110 | 1100001 | 110110 |
Color Harmonies of #FCC818
Complementary color
Monochromatic Colors of #FCC818
Black with #FCC818
Text Example
Text Example
White with #FCC818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC818; }
p { color: rgb(252,200,24); }
H1.HeaderClassName
{
color: #FCC818;
}
.AnyTagClassName
{
color: #FCC818;
}
</style>
background-color css
<style>
a { background-color: #FCC818; }
a { background-color: rgb(252,200,24); }
div.DivClassName
{
background-color: #FCC818;
}
.BgClassName
{
background-color: #FCC818;
}
</style>
border-color css
<style>
span { border-color: #FCC818; }
span { border-color: rgb(252,200,24); }
td.TdClassName
{
border-color: #FCC818;
}
.TagClassName
{
border-color: #FCC818;
}
</style>