Shades of Turbo #FCD623
Tints of Turbo #FCD623
RGB
CMYK
RGB Variations
Color information
#FCD623 (or 0xFCD623) is known color: Turbo. HEX triplet: FC, D6 and 23. RGB value is (252,214,35). Sum of RGB (Red+Green+Blue) = 252+214+35=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 35 (14.06% from 255 or 6.99% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD623 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD623 is #0329DC. Grayscale: #CDCDCD. Windows color (decimal): -207325 or 2348796. OLE color: 2348796.
HSL color Cylindrical-coordinate representation of color #FCD623: hue angle of 49.49º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FCD623 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 35 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.01 |
| HSL | 49.49º | 0.97% | 0.56% | - |
| HSV(B) | 49.49º | 0.86% | 0.99% | - |
| XYZ | 64.49 | 68.91 | 11.49 | - |
| YUV | 204.96 | 32.09 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 35 | 0 | 0.15 | 0.86 | 0.01 | 49.49 | 0.97 | 0.56 |
| Hex | FC | D6 | 23 | 0 | F | 56 | 1 | 31 | 61 | 38 |
| Octal | 374 | 326 | 43 | 0 | 17 | 126 | 1 | 61 | 141 | 70 |
| Binary | 11111100 | 11010110 | 100011 | 0 | 1111 | 1010110 | 1 | 110001 | 1100001 | 111000 |
Color Harmonies of #FCD623
Complementary color
Monochromatic Colors of #FCD623
Black with #FCD623
Text Example
Text Example
White with #FCD623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD623; }
p { color: rgb(252,214,35); }
H1.HeaderClassName
{
color: #FCD623;
}
.AnyTagClassName
{
color: #FCD623;
}
</style>
background-color css
<style>
a { background-color: #FCD623; }
a { background-color: rgb(252,214,35); }
div.DivClassName
{
background-color: #FCD623;
}
.BgClassName
{
background-color: #FCD623;
}
</style>
border-color css
<style>
span { border-color: #FCD623; }
span { border-color: rgb(252,214,35); }
td.TdClassName
{
border-color: #FCD623;
}
.TagClassName
{
border-color: #FCD623;
}
</style>