Shades of Turbo #FCDD21
Tints of Turbo #FCDD21
RGB
CMYK
RGB Variations
Color information
#FCDD21 (or 0xFCDD21) is known color: Turbo. HEX triplet: FC, DD and 21. RGB value is (252,221,33). Sum of RGB (Red+Green+Blue) = 252+221+33=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 33 (13.28% from 255 or 6.52% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD21 is #0322DE. Grayscale: #D1D1D1. Windows color (decimal): -205535 or 2219516. OLE color: 2219516.
HSL color Cylindrical-coordinate representation of color #FCDD21: hue angle of 51.51º 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 #FCDD21 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 33 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.01 |
| HSL | 51.51º | 0.97% | 0.56% | - |
| HSV(B) | 51.51º | 0.87% | 0.99% | - |
| XYZ | 66.28 | 72.52 | 11.94 | - |
| YUV | 208.84 | 28.77 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 33 | 0 | 0.12 | 0.87 | 0.01 | 51.51 | 0.97 | 0.56 |
| Hex | FC | DD | 21 | 0 | C | 57 | 1 | 34 | 61 | 38 |
| Octal | 374 | 335 | 41 | 0 | 14 | 127 | 1 | 64 | 141 | 70 |
| Binary | 11111100 | 11011101 | 100001 | 0 | 1100 | 1010111 | 1 | 110100 | 1100001 | 111000 |
Color Harmonies of #FCDD21
Complementary color
Monochromatic Colors of #FCDD21
Black with #FCDD21
Text Example
Text Example
White with #FCDD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD21; }
p { color: rgb(252,221,33); }
H1.HeaderClassName
{
color: #FCDD21;
}
.AnyTagClassName
{
color: #FCDD21;
}
</style>
background-color css
<style>
a { background-color: #FCDD21; }
a { background-color: rgb(252,221,33); }
div.DivClassName
{
background-color: #FCDD21;
}
.BgClassName
{
background-color: #FCDD21;
}
</style>
border-color css
<style>
span { border-color: #FCDD21; }
span { border-color: rgb(252,221,33); }
td.TdClassName
{
border-color: #FCDD21;
}
.TagClassName
{
border-color: #FCDD21;
}
</style>