Shades of Turbo #FCD818
Tints of Turbo #FCD818
RGB
CMYK
RGB Variations
Color information
#FCD818 (or 0xFCD818) is known color: Turbo. HEX triplet: FC, D8 and 18. RGB value is (252,216,24). Sum of RGB (Red+Green+Blue) = 252+216+24=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 24 (9.77% from 255 or 4.88% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD818 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD818 is #0327E7. Grayscale: #CDCDCD. Windows color (decimal): -206824 or 1628412. OLE color: 1628412.
HSL color Cylindrical-coordinate representation of color #FCD818: hue angle of 50.53º 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 #FCD818 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 24 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.01 |
| HSL | 50.53º | 0.97% | 0.54% | - |
| HSV(B) | 50.53º | 0.9% | 0.99% | - |
| XYZ | 64.87 | 69.87 | 10.93 | - |
| YUV | 204.88 | 25.93 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 24 | 0 | 0.14 | 0.90 | 0.01 | 50.53 | 0.97 | 0.54 |
| Hex | FC | D8 | 18 | 0 | E | 5A | 1 | 33 | 61 | 36 |
| Octal | 374 | 330 | 30 | 0 | 16 | 132 | 1 | 63 | 141 | 66 |
| Binary | 11111100 | 11011000 | 11000 | 0 | 1110 | 1011010 | 1 | 110011 | 1100001 | 110110 |
Color Harmonies of #FCD818
Complementary color
Monochromatic Colors of #FCD818
Black with #FCD818
Text Example
Text Example
White with #FCD818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD818; }
p { color: rgb(252,216,24); }
H1.HeaderClassName
{
color: #FCD818;
}
.AnyTagClassName
{
color: #FCD818;
}
</style>
background-color css
<style>
a { background-color: #FCD818; }
a { background-color: rgb(252,216,24); }
div.DivClassName
{
background-color: #FCD818;
}
.BgClassName
{
background-color: #FCD818;
}
</style>
border-color css
<style>
span { border-color: #FCD818; }
span { border-color: rgb(252,216,24); }
td.TdClassName
{
border-color: #FCD818;
}
.TagClassName
{
border-color: #FCD818;
}
</style>