Shades of Turbo #FCD222
Tints of Turbo #FCD222
RGB
CMYK
RGB Variations
Color information
#FCD222 (or 0xFCD222) is known color: Turbo. HEX triplet: FC, D2 and 22. RGB value is (252,210,34). Sum of RGB (Red+Green+Blue) = 252+210+34=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 34 (13.67% from 255 or 6.85% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD222 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD222 is #032DDD. Grayscale: #CBCBCB. Windows color (decimal): -208350 or 2282236. OLE color: 2282236.
HSL color Cylindrical-coordinate representation of color #FCD222: hue angle of 48.44º 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 #FCD222 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 34 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.01 |
| HSL | 48.44º | 0.97% | 0.56% | - |
| HSV(B) | 48.44º | 0.87% | 0.99% | - |
| XYZ | 63.48 | 66.9 | 11.08 | - |
| YUV | 202.49 | 32.91 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 34 | 0 | 0.17 | 0.87 | 0.01 | 48.44 | 0.97 | 0.56 |
| Hex | FC | D2 | 22 | 0 | 11 | 57 | 1 | 30 | 61 | 38 |
| Octal | 374 | 322 | 42 | 0 | 21 | 127 | 1 | 60 | 141 | 70 |
| Binary | 11111100 | 11010010 | 100010 | 0 | 10001 | 1010111 | 1 | 110000 | 1100001 | 111000 |
Color Harmonies of #FCD222
Complementary color
Monochromatic Colors of #FCD222
Black with #FCD222
Text Example
Text Example
White with #FCD222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD222; }
p { color: rgb(252,210,34); }
H1.HeaderClassName
{
color: #FCD222;
}
.AnyTagClassName
{
color: #FCD222;
}
</style>
background-color css
<style>
a { background-color: #FCD222; }
a { background-color: rgb(252,210,34); }
div.DivClassName
{
background-color: #FCD222;
}
.BgClassName
{
background-color: #FCD222;
}
</style>
border-color css
<style>
span { border-color: #FCD222; }
span { border-color: rgb(252,210,34); }
td.TdClassName
{
border-color: #FCD222;
}
.TagClassName
{
border-color: #FCD222;
}
</style>