Shades of Turbo #FCD514
Tints of Turbo #FCD514
RGB
CMYK
RGB Variations
Color information
#FCD514 (or 0xFCD514) is known color: Turbo. HEX triplet: FC, D5 and 14. RGB value is (252,213,20). Sum of RGB (Red+Green+Blue) = 252+213+20=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 20 (8.20% from 255 or 4.12% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD514 is #032AEB. Grayscale: #CBCBCB. Windows color (decimal): -207596 or 1365500. OLE color: 1365500.
HSL color Cylindrical-coordinate representation of color #FCD514: hue angle of 49.91º 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 #FCD514 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 20 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.01 |
| HSL | 49.91º | 0.97% | 0.53% | - |
| HSV(B) | 49.91º | 0.92% | 0.99% | - |
| XYZ | 64.07 | 68.33 | 10.48 | - |
| YUV | 202.66 | 24.92 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 20 | 0 | 0.15 | 0.92 | 0.01 | 49.91 | 0.97 | 0.53 |
| Hex | FC | D5 | 14 | 0 | F | 5C | 1 | 32 | 61 | 35 |
| Octal | 374 | 325 | 24 | 0 | 17 | 134 | 1 | 62 | 141 | 65 |
| Binary | 11111100 | 11010101 | 10100 | 0 | 1111 | 1011100 | 1 | 110010 | 1100001 | 110101 |
Color Harmonies of #FCD514
Complementary color
Monochromatic Colors of #FCD514
Black with #FCD514
Text Example
Text Example
White with #FCD514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD514; }
p { color: rgb(252,213,20); }
H1.HeaderClassName
{
color: #FCD514;
}
.AnyTagClassName
{
color: #FCD514;
}
</style>
background-color css
<style>
a { background-color: #FCD514; }
a { background-color: rgb(252,213,20); }
div.DivClassName
{
background-color: #FCD514;
}
.BgClassName
{
background-color: #FCD514;
}
</style>
border-color css
<style>
span { border-color: #FCD514; }
span { border-color: rgb(252,213,20); }
td.TdClassName
{
border-color: #FCD514;
}
.TagClassName
{
border-color: #FCD514;
}
</style>