Shades of Turbo #FCC522
Tints of Turbo #FCC522
RGB
CMYK
RGB Variations
Color information
#FCC522 (or 0xFCC522) is known color: Turbo. HEX triplet: FC, C5 and 22. RGB value is (252,197,34). Sum of RGB (Red+Green+Blue) = 252+197+34=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 34 (13.67% from 255 or 7.04% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC522 is #033ADD. Grayscale: #C3C3C3. Windows color (decimal): -211678 or 2278908. OLE color: 2278908.
HSL color Cylindrical-coordinate representation of color #FCC522: hue angle of 44.86º 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 #FCC522 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 34 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.01 |
| HSL | 44.86º | 0.97% | 0.56% | - |
| HSV(B) | 44.86º | 0.87% | 0.99% | - |
| XYZ | 60.4 | 60.74 | 10.05 | - |
| YUV | 194.86 | 37.22 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 34 | 0 | 0.22 | 0.87 | 0.01 | 44.86 | 0.97 | 0.56 |
| Hex | FC | C5 | 22 | 0 | 16 | 57 | 1 | 2D | 61 | 38 |
| Octal | 374 | 305 | 42 | 0 | 26 | 127 | 1 | 55 | 141 | 70 |
| Binary | 11111100 | 11000101 | 100010 | 0 | 10110 | 1010111 | 1 | 101101 | 1100001 | 111000 |
Color Harmonies of #FCC522
Complementary color
Monochromatic Colors of #FCC522
Black with #FCC522
Text Example
Text Example
White with #FCC522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC522; }
p { color: rgb(252,197,34); }
H1.HeaderClassName
{
color: #FCC522;
}
.AnyTagClassName
{
color: #FCC522;
}
</style>
background-color css
<style>
a { background-color: #FCC522; }
a { background-color: rgb(252,197,34); }
div.DivClassName
{
background-color: #FCC522;
}
.BgClassName
{
background-color: #FCC522;
}
</style>
border-color css
<style>
span { border-color: #FCC522; }
span { border-color: rgb(252,197,34); }
td.TdClassName
{
border-color: #FCC522;
}
.TagClassName
{
border-color: #FCC522;
}
</style>