Shades of Turbo #FCD718
Tints of Turbo #FCD718
RGB
CMYK
RGB Variations
Color information
#FCD718 (or 0xFCD718) is known color: Turbo. HEX triplet: FC, D7 and 18. RGB value is (252,215,24). Sum of RGB (Red+Green+Blue) = 252+215+24=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 24 (9.77% from 255 or 4.89% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD718 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD718 is #0328E7. Grayscale: #CDCDCD. Windows color (decimal): -207080 or 1628156. OLE color: 1628156.
HSL color Cylindrical-coordinate representation of color #FCD718: hue angle of 50.26º 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 #FCD718 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 24 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.01 |
| HSL | 50.26º | 0.97% | 0.54% | - |
| HSV(B) | 50.26º | 0.9% | 0.99% | - |
| XYZ | 64.61 | 69.36 | 10.85 | - |
| YUV | 204.29 | 26.26 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 24 | 0 | 0.15 | 0.90 | 0.01 | 50.26 | 0.97 | 0.54 |
| Hex | FC | D7 | 18 | 0 | F | 5A | 1 | 32 | 61 | 36 |
| Octal | 374 | 327 | 30 | 0 | 17 | 132 | 1 | 62 | 141 | 66 |
| Binary | 11111100 | 11010111 | 11000 | 0 | 1111 | 1011010 | 1 | 110010 | 1100001 | 110110 |
Color Harmonies of #FCD718
Complementary color
Monochromatic Colors of #FCD718
Black with #FCD718
Text Example
Text Example
White with #FCD718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD718; }
p { color: rgb(252,215,24); }
H1.HeaderClassName
{
color: #FCD718;
}
.AnyTagClassName
{
color: #FCD718;
}
</style>
background-color css
<style>
a { background-color: #FCD718; }
a { background-color: rgb(252,215,24); }
div.DivClassName
{
background-color: #FCD718;
}
.BgClassName
{
background-color: #FCD718;
}
</style>
border-color css
<style>
span { border-color: #FCD718; }
span { border-color: rgb(252,215,24); }
td.TdClassName
{
border-color: #FCD718;
}
.TagClassName
{
border-color: #FCD718;
}
</style>