Shades of Turbo #FCD822
Tints of Turbo #FCD822
RGB
CMYK
RGB Variations
Color information
#FCD822 (or 0xFCD822) is known color: Turbo. HEX triplet: FC, D8 and 22. RGB value is (252,216,34). Sum of RGB (Red+Green+Blue) = 252+216+34=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 34 (13.67% from 255 or 6.77% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD822 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD822 is #0327DD. Grayscale: #CECECE. Windows color (decimal): -206814 or 2283772. OLE color: 2283772.
HSL color Cylindrical-coordinate representation of color #FCD822: hue angle of 50.09º 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 #FCD822 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 34 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.01 |
| HSL | 50.09º | 0.97% | 0.56% | - |
| HSV(B) | 50.09º | 0.87% | 0.99% | - |
| XYZ | 64.99 | 69.92 | 11.58 | - |
| YUV | 206.02 | 30.93 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 34 | 0 | 0.14 | 0.87 | 0.01 | 50.09 | 0.97 | 0.56 |
| Hex | FC | D8 | 22 | 0 | E | 57 | 1 | 32 | 61 | 38 |
| Octal | 374 | 330 | 42 | 0 | 16 | 127 | 1 | 62 | 141 | 70 |
| Binary | 11111100 | 11011000 | 100010 | 0 | 1110 | 1010111 | 1 | 110010 | 1100001 | 111000 |
Color Harmonies of #FCD822
Complementary color
Monochromatic Colors of #FCD822
Black with #FCD822
Text Example
Text Example
White with #FCD822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD822; }
p { color: rgb(252,216,34); }
H1.HeaderClassName
{
color: #FCD822;
}
.AnyTagClassName
{
color: #FCD822;
}
</style>
background-color css
<style>
a { background-color: #FCD822; }
a { background-color: rgb(252,216,34); }
div.DivClassName
{
background-color: #FCD822;
}
.BgClassName
{
background-color: #FCD822;
}
</style>
border-color css
<style>
span { border-color: #FCD822; }
span { border-color: rgb(252,216,34); }
td.TdClassName
{
border-color: #FCD822;
}
.TagClassName
{
border-color: #FCD822;
}
</style>