Shades of Turbo #FCC622
Tints of Turbo #FCC622
RGB
CMYK
RGB Variations
Color information
#FCC622 (or 0xFCC622) is known color: Turbo. HEX triplet: FC, C6 and 22. RGB value is (252,198,34). Sum of RGB (Red+Green+Blue) = 252+198+34=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 34 (13.67% from 255 or 7.02% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC622 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC622 is #0339DD. Grayscale: #C4C4C4. Windows color (decimal): -211422 or 2279164. OLE color: 2279164.
HSL color Cylindrical-coordinate representation of color #FCC622: hue angle of 45.14º 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 #FCC622 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 34 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.01 |
| HSL | 45.14º | 0.97% | 0.56% | - |
| HSV(B) | 45.14º | 0.87% | 0.99% | - |
| XYZ | 60.63 | 61.2 | 10.13 | - |
| YUV | 195.45 | 36.89 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 34 | 0 | 0.21 | 0.87 | 0.01 | 45.14 | 0.97 | 0.56 |
| Hex | FC | C6 | 22 | 0 | 15 | 57 | 1 | 2D | 61 | 38 |
| Octal | 374 | 306 | 42 | 0 | 25 | 127 | 1 | 55 | 141 | 70 |
| Binary | 11111100 | 11000110 | 100010 | 0 | 10101 | 1010111 | 1 | 101101 | 1100001 | 111000 |
Color Harmonies of #FCC622
Complementary color
Monochromatic Colors of #FCC622
Black with #FCC622
Text Example
Text Example
White with #FCC622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC622; }
p { color: rgb(252,198,34); }
H1.HeaderClassName
{
color: #FCC622;
}
.AnyTagClassName
{
color: #FCC622;
}
</style>
background-color css
<style>
a { background-color: #FCC622; }
a { background-color: rgb(252,198,34); }
div.DivClassName
{
background-color: #FCC622;
}
.BgClassName
{
background-color: #FCC622;
}
</style>
border-color css
<style>
span { border-color: #FCC622; }
span { border-color: rgb(252,198,34); }
td.TdClassName
{
border-color: #FCC622;
}
.TagClassName
{
border-color: #FCC622;
}
</style>