Shades of Turbo #FCD326
Tints of Turbo #FCD326
RGB
CMYK
RGB Variations
Color information
#FCD326 (or 0xFCD326) is known color: Turbo. HEX triplet: FC, D3 and 26. RGB value is (252,211,38). Sum of RGB (Red+Green+Blue) = 252+211+38=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 38 (15.23% from 255 or 7.58% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD326 is #032CD9. Grayscale: #CCCCCC. Windows color (decimal): -208090 or 2544636. OLE color: 2544636.
HSL color Cylindrical-coordinate representation of color #FCD326: hue angle of 48.5º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCD326 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 38 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.01 |
| HSL | 48.5º | 0.97% | 0.57% | - |
| HSV(B) | 48.5º | 0.85% | 0.99% | - |
| XYZ | 63.79 | 67.42 | 11.49 | - |
| YUV | 203.54 | 34.58 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 38 | 0 | 0.16 | 0.85 | 0.01 | 48.5 | 0.97 | 0.57 |
| Hex | FC | D3 | 26 | 0 | 10 | 55 | 1 | 31 | 61 | 39 |
| Octal | 374 | 323 | 46 | 0 | 20 | 125 | 1 | 61 | 141 | 71 |
| Binary | 11111100 | 11010011 | 100110 | 0 | 10000 | 1010101 | 1 | 110001 | 1100001 | 111001 |
Color Harmonies of #FCD326
Complementary color
Monochromatic Colors of #FCD326
Black with #FCD326
Text Example
Text Example
White with #FCD326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD326; }
p { color: rgb(252,211,38); }
H1.HeaderClassName
{
color: #FCD326;
}
.AnyTagClassName
{
color: #FCD326;
}
</style>
background-color css
<style>
a { background-color: #FCD326; }
a { background-color: rgb(252,211,38); }
div.DivClassName
{
background-color: #FCD326;
}
.BgClassName
{
background-color: #FCD326;
}
</style>
border-color css
<style>
span { border-color: #FCD326; }
span { border-color: rgb(252,211,38); }
td.TdClassName
{
border-color: #FCD326;
}
.TagClassName
{
border-color: #FCD326;
}
</style>