Shades of Turbo #FCDC21
Tints of Turbo #FCDC21
RGB
CMYK
RGB Variations
Color information
#FCDC21 (or 0xFCDC21) is known color: Turbo. HEX triplet: FC, DC and 21. RGB value is (252,220,33). Sum of RGB (Red+Green+Blue) = 252+220+33=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 33 (13.28% from 255 or 6.53% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC21 is #0323DE. Grayscale: #D1D1D1. Windows color (decimal): -205791 or 2219260. OLE color: 2219260.
HSL color Cylindrical-coordinate representation of color #FCDC21: hue angle of 51.23º 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 #FCDC21 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 33 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.01 |
| HSL | 51.23º | 0.97% | 0.56% | - |
| HSV(B) | 51.23º | 0.87% | 0.99% | - |
| XYZ | 66.01 | 71.99 | 11.86 | - |
| YUV | 208.25 | 29.1 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 33 | 0 | 0.13 | 0.87 | 0.01 | 51.23 | 0.97 | 0.56 |
| Hex | FC | DC | 21 | 0 | D | 57 | 1 | 33 | 61 | 38 |
| Octal | 374 | 334 | 41 | 0 | 15 | 127 | 1 | 63 | 141 | 70 |
| Binary | 11111100 | 11011100 | 100001 | 0 | 1101 | 1010111 | 1 | 110011 | 1100001 | 111000 |
Color Harmonies of #FCDC21
Complementary color
Monochromatic Colors of #FCDC21
Black with #FCDC21
Text Example
Text Example
White with #FCDC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC21; }
p { color: rgb(252,220,33); }
H1.HeaderClassName
{
color: #FCDC21;
}
.AnyTagClassName
{
color: #FCDC21;
}
</style>
background-color css
<style>
a { background-color: #FCDC21; }
a { background-color: rgb(252,220,33); }
div.DivClassName
{
background-color: #FCDC21;
}
.BgClassName
{
background-color: #FCDC21;
}
</style>
border-color css
<style>
span { border-color: #FCDC21; }
span { border-color: rgb(252,220,33); }
td.TdClassName
{
border-color: #FCDC21;
}
.TagClassName
{
border-color: #FCDC21;
}
</style>