Shades of Turbo #FCC620
Tints of Turbo #FCC620
RGB
CMYK
RGB Variations
Color information
#FCC620 (or 0xFCC620) is known color: Turbo. HEX triplet: FC, C6 and 20. RGB value is (252,198,32). Sum of RGB (Red+Green+Blue) = 252+198+32=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC620 is #0339DF. Grayscale: #C3C3C3. Windows color (decimal): -211424 or 2148092. OLE color: 2148092.
HSL color Cylindrical-coordinate representation of color #FCC620: hue angle of 45.27º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCC620 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 32 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.01 |
| HSL | 45.27º | 0.97% | 0.56% | - |
| HSV(B) | 45.27º | 0.87% | 0.99% | - |
| XYZ | 60.6 | 61.19 | 9.98 | - |
| YUV | 195.22 | 35.89 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 32 | 0 | 0.21 | 0.87 | 0.01 | 45.27 | 0.97 | 0.56 |
| Hex | FC | C6 | 20 | 0 | 15 | 57 | 1 | 2D | 61 | 38 |
| Octal | 374 | 306 | 40 | 0 | 25 | 127 | 1 | 55 | 141 | 70 |
| Binary | 11111100 | 11000110 | 100000 | 0 | 10101 | 1010111 | 1 | 101101 | 1100001 | 111000 |
Color Harmonies of #FCC620
Complementary color
Monochromatic Colors of #FCC620
Black with #FCC620
Text Example
Text Example
White with #FCC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC620; }
p { color: rgb(252,198,32); }
H1.HeaderClassName
{
color: #FCC620;
}
.AnyTagClassName
{
color: #FCC620;
}
</style>
background-color css
<style>
a { background-color: #FCC620; }
a { background-color: rgb(252,198,32); }
div.DivClassName
{
background-color: #FCC620;
}
.BgClassName
{
background-color: #FCC620;
}
</style>
border-color css
<style>
span { border-color: #FCC620; }
span { border-color: rgb(252,198,32); }
td.TdClassName
{
border-color: #FCC620;
}
.TagClassName
{
border-color: #FCC620;
}
</style>