Shades of Turbo #FCC814
Tints of Turbo #FCC814
RGB
CMYK
RGB Variations
Color information
#FCC814 (or 0xFCC814) is known color: Turbo. HEX triplet: FC, C8 and 14. RGB value is (252,200,20). Sum of RGB (Red+Green+Blue) = 252+200+20=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 20 (8.20% from 255 or 4.24% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC814 is #0337EB. Grayscale: #C3C3C3. Windows color (decimal): -210924 or 1362172. OLE color: 1362172.
HSL color Cylindrical-coordinate representation of color #FCC814: hue angle of 46.55º 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 #FCC814 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 20 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.01 |
| HSL | 46.55º | 0.97% | 0.53% | - |
| HSV(B) | 46.55º | 0.92% | 0.99% | - |
| XYZ | 60.93 | 62.05 | 9.43 | - |
| YUV | 195.03 | 29.23 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 20 | 0 | 0.21 | 0.92 | 0.01 | 46.55 | 0.97 | 0.53 |
| Hex | FC | C8 | 14 | 0 | 15 | 5C | 1 | 2F | 61 | 35 |
| Octal | 374 | 310 | 24 | 0 | 25 | 134 | 1 | 57 | 141 | 65 |
| Binary | 11111100 | 11001000 | 10100 | 0 | 10101 | 1011100 | 1 | 101111 | 1100001 | 110101 |
Color Harmonies of #FCC814
Complementary color
Monochromatic Colors of #FCC814
Black with #FCC814
Text Example
Text Example
White with #FCC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC814; }
p { color: rgb(252,200,20); }
H1.HeaderClassName
{
color: #FCC814;
}
.AnyTagClassName
{
color: #FCC814;
}
</style>
background-color css
<style>
a { background-color: #FCC814; }
a { background-color: rgb(252,200,20); }
div.DivClassName
{
background-color: #FCC814;
}
.BgClassName
{
background-color: #FCC814;
}
</style>
border-color css
<style>
span { border-color: #FCC814; }
span { border-color: rgb(252,200,20); }
td.TdClassName
{
border-color: #FCC814;
}
.TagClassName
{
border-color: #FCC814;
}
</style>