Shades of Turbo #FCD414
Tints of Turbo #FCD414
RGB
CMYK
RGB Variations
Color information
#FCD414 (or 0xFCD414) is known color: Turbo. HEX triplet: FC, D4 and 14. RGB value is (252,212,20). Sum of RGB (Red+Green+Blue) = 252+212+20=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 20 (8.20% from 255 or 4.13% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD414 is #032BEB. Grayscale: #CACACA. Windows color (decimal): -207852 or 1365244. OLE color: 1365244.
HSL color Cylindrical-coordinate representation of color #FCD414: hue angle of 49.66º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCD414 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 20 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.01 |
| HSL | 49.66º | 0.97% | 0.53% | - |
| HSV(B) | 49.66º | 0.92% | 0.99% | - |
| XYZ | 63.81 | 67.83 | 10.39 | - |
| YUV | 202.07 | 25.25 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 20 | 0 | 0.16 | 0.92 | 0.01 | 49.66 | 0.97 | 0.53 |
| Hex | FC | D4 | 14 | 0 | 10 | 5C | 1 | 32 | 61 | 35 |
| Octal | 374 | 324 | 24 | 0 | 20 | 134 | 1 | 62 | 141 | 65 |
| Binary | 11111100 | 11010100 | 10100 | 0 | 10000 | 1011100 | 1 | 110010 | 1100001 | 110101 |
Color Harmonies of #FCD414
Complementary color
Monochromatic Colors of #FCD414
Black with #FCD414
Text Example
Text Example
White with #FCD414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD414; }
p { color: rgb(252,212,20); }
H1.HeaderClassName
{
color: #FCD414;
}
.AnyTagClassName
{
color: #FCD414;
}
</style>
background-color css
<style>
a { background-color: #FCD414; }
a { background-color: rgb(252,212,20); }
div.DivClassName
{
background-color: #FCD414;
}
.BgClassName
{
background-color: #FCD414;
}
</style>
border-color css
<style>
span { border-color: #FCD414; }
span { border-color: rgb(252,212,20); }
td.TdClassName
{
border-color: #FCD414;
}
.TagClassName
{
border-color: #FCD414;
}
</style>