Shades of Turbo #FCDC20
Tints of Turbo #FCDC20
RGB
CMYK
RGB Variations
Color information
#FCDC20 (or 0xFCDC20) is known color: Turbo. HEX triplet: FC, DC and 20. RGB value is (252,220,32). Sum of RGB (Red+Green+Blue) = 252+220+32=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 32 (12.89% from 255 or 6.35% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC20 is #0323DF. Grayscale: #D0D0D0. Windows color (decimal): -205792 or 2153724. OLE color: 2153724.
HSL color Cylindrical-coordinate representation of color #FCDC20: hue angle of 51.27º 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 #FCDC20 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 32 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.01 |
| HSL | 51.27º | 0.97% | 0.56% | - |
| HSV(B) | 51.27º | 0.87% | 0.99% | - |
| XYZ | 66 | 71.99 | 11.78 | - |
| YUV | 208.14 | 28.6 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 32 | 0 | 0.13 | 0.87 | 0.01 | 51.27 | 0.97 | 0.56 |
| Hex | FC | DC | 20 | 0 | D | 57 | 1 | 33 | 61 | 38 |
| Octal | 374 | 334 | 40 | 0 | 15 | 127 | 1 | 63 | 141 | 70 |
| Binary | 11111100 | 11011100 | 100000 | 0 | 1101 | 1010111 | 1 | 110011 | 1100001 | 111000 |
Color Harmonies of #FCDC20
Complementary color
Monochromatic Colors of #FCDC20
Black with #FCDC20
Text Example
Text Example
White with #FCDC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC20; }
p { color: rgb(252,220,32); }
H1.HeaderClassName
{
color: #FCDC20;
}
.AnyTagClassName
{
color: #FCDC20;
}
</style>
background-color css
<style>
a { background-color: #FCDC20; }
a { background-color: rgb(252,220,32); }
div.DivClassName
{
background-color: #FCDC20;
}
.BgClassName
{
background-color: #FCDC20;
}
</style>
border-color css
<style>
span { border-color: #FCDC20; }
span { border-color: rgb(252,220,32); }
td.TdClassName
{
border-color: #FCDC20;
}
.TagClassName
{
border-color: #FCDC20;
}
</style>