Shades of Turbo #FCCC14
Tints of Turbo #FCCC14
RGB
CMYK
RGB Variations
Color information
#FCCC14 (or 0xFCCC14) is known color: Turbo. HEX triplet: FC, CC and 14. RGB value is (252,204,20). Sum of RGB (Red+Green+Blue) = 252+204+20=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 20 (8.20% from 255 or 4.20% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC14 is #0333EB. Grayscale: #C6C6C6. Windows color (decimal): -209900 or 1363196. OLE color: 1363196.
HSL color Cylindrical-coordinate representation of color #FCCC14: hue angle of 47.59º 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 #FCCC14 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 20 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.01 |
| HSL | 47.59º | 0.97% | 0.53% | - |
| HSV(B) | 47.59º | 0.92% | 0.99% | - |
| XYZ | 61.86 | 63.93 | 9.74 | - |
| YUV | 197.38 | 27.9 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 20 | 0 | 0.19 | 0.92 | 0.01 | 47.59 | 0.97 | 0.53 |
| Hex | FC | CC | 14 | 0 | 13 | 5C | 1 | 30 | 61 | 35 |
| Octal | 374 | 314 | 24 | 0 | 23 | 134 | 1 | 60 | 141 | 65 |
| Binary | 11111100 | 11001100 | 10100 | 0 | 10011 | 1011100 | 1 | 110000 | 1100001 | 110101 |
Color Harmonies of #FCCC14
Complementary color
Monochromatic Colors of #FCCC14
Black with #FCCC14
Text Example
Text Example
White with #FCCC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC14; }
p { color: rgb(252,204,20); }
H1.HeaderClassName
{
color: #FCCC14;
}
.AnyTagClassName
{
color: #FCCC14;
}
</style>
background-color css
<style>
a { background-color: #FCCC14; }
a { background-color: rgb(252,204,20); }
div.DivClassName
{
background-color: #FCCC14;
}
.BgClassName
{
background-color: #FCCC14;
}
</style>
border-color css
<style>
span { border-color: #FCCC14; }
span { border-color: rgb(252,204,20); }
td.TdClassName
{
border-color: #FCCC14;
}
.TagClassName
{
border-color: #FCCC14;
}
</style>