Shades of Turbo #FCD122
Tints of Turbo #FCD122
RGB
CMYK
RGB Variations
Color information
#FCD122 (or 0xFCD122) is known color: Turbo. HEX triplet: FC, D1 and 22. RGB value is (252,209,34). Sum of RGB (Red+Green+Blue) = 252+209+34=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 34 (13.67% from 255 or 6.87% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD122 is #032EDD. Grayscale: #CACACA. Windows color (decimal): -208606 or 2281980. OLE color: 2281980.
HSL color Cylindrical-coordinate representation of color #FCD122: hue angle of 48.17º 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 #FCD122 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 34 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.01 |
| HSL | 48.17º | 0.97% | 0.56% | - |
| HSV(B) | 48.17º | 0.87% | 0.99% | - |
| XYZ | 63.23 | 66.41 | 11 | - |
| YUV | 201.91 | 33.25 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 34 | 0 | 0.17 | 0.87 | 0.01 | 48.17 | 0.97 | 0.56 |
| Hex | FC | D1 | 22 | 0 | 11 | 57 | 1 | 30 | 61 | 38 |
| Octal | 374 | 321 | 42 | 0 | 21 | 127 | 1 | 60 | 141 | 70 |
| Binary | 11111100 | 11010001 | 100010 | 0 | 10001 | 1010111 | 1 | 110000 | 1100001 | 111000 |
Color Harmonies of #FCD122
Complementary color
Monochromatic Colors of #FCD122
Black with #FCD122
Text Example
Text Example
White with #FCD122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD122; }
p { color: rgb(252,209,34); }
H1.HeaderClassName
{
color: #FCD122;
}
.AnyTagClassName
{
color: #FCD122;
}
</style>
background-color css
<style>
a { background-color: #FCD122; }
a { background-color: rgb(252,209,34); }
div.DivClassName
{
background-color: #FCD122;
}
.BgClassName
{
background-color: #FCD122;
}
</style>
border-color css
<style>
span { border-color: #FCD122; }
span { border-color: rgb(252,209,34); }
td.TdClassName
{
border-color: #FCD122;
}
.TagClassName
{
border-color: #FCD122;
}
</style>