Shades of Turbo #FCC914
Tints of Turbo #FCC914
RGB
CMYK
RGB Variations
Color information
#FCC914 (or 0xFCC914) is known color: Turbo. HEX triplet: FC, C9 and 14. RGB value is (252,201,20). Sum of RGB (Red+Green+Blue) = 252+201+20=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC914 is #0336EB. Grayscale: #C4C4C4. Windows color (decimal): -210668 or 1362428. OLE color: 1362428.
HSL color Cylindrical-coordinate representation of color #FCC914: hue angle of 46.81º 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 #FCC914 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 20 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.01 |
| HSL | 46.81º | 0.97% | 0.53% | - |
| HSV(B) | 46.81º | 0.92% | 0.99% | - |
| XYZ | 61.16 | 62.52 | 9.51 | - |
| YUV | 195.62 | 28.9 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 20 | 0 | 0.20 | 0.92 | 0.01 | 46.81 | 0.97 | 0.53 |
| Hex | FC | C9 | 14 | 0 | 14 | 5C | 1 | 2F | 61 | 35 |
| Octal | 374 | 311 | 24 | 0 | 24 | 134 | 1 | 57 | 141 | 65 |
| Binary | 11111100 | 11001001 | 10100 | 0 | 10100 | 1011100 | 1 | 101111 | 1100001 | 110101 |
Color Harmonies of #FCC914
Complementary color
Monochromatic Colors of #FCC914
Black with #FCC914
Text Example
Text Example
White with #FCC914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC914; }
p { color: rgb(252,201,20); }
H1.HeaderClassName
{
color: #FCC914;
}
.AnyTagClassName
{
color: #FCC914;
}
</style>
background-color css
<style>
a { background-color: #FCC914; }
a { background-color: rgb(252,201,20); }
div.DivClassName
{
background-color: #FCC914;
}
.BgClassName
{
background-color: #FCC914;
}
</style>
border-color css
<style>
span { border-color: #FCC914; }
span { border-color: rgb(252,201,20); }
td.TdClassName
{
border-color: #FCC914;
}
.TagClassName
{
border-color: #FCC914;
}
</style>