Shades of Turbo #FCD219
Tints of Turbo #FCD219
RGB
CMYK
RGB Variations
Color information
#FCD219 (or 0xFCD219) is known color: Turbo. HEX triplet: FC, D2 and 19. RGB value is (252,210,25). Sum of RGB (Red+Green+Blue) = 252+210+25=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 25 (10.16% from 255 or 5.13% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD219 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD219 is #032DE6. Grayscale: #CACACA. Windows color (decimal): -208359 or 1692412. OLE color: 1692412.
HSL color Cylindrical-coordinate representation of color #FCD219: hue angle of 48.9º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCD219 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 25 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.01 |
| HSL | 48.9º | 0.97% | 0.54% | - |
| HSV(B) | 48.9º | 0.9% | 0.99% | - |
| XYZ | 63.37 | 66.86 | 10.48 | - |
| YUV | 201.47 | 28.41 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 25 | 0 | 0.17 | 0.90 | 0.01 | 48.9 | 0.97 | 0.54 |
| Hex | FC | D2 | 19 | 0 | 11 | 5A | 1 | 31 | 61 | 36 |
| Octal | 374 | 322 | 31 | 0 | 21 | 132 | 1 | 61 | 141 | 66 |
| Binary | 11111100 | 11010010 | 11001 | 0 | 10001 | 1011010 | 1 | 110001 | 1100001 | 110110 |
Color Harmonies of #FCD219
Complementary color
Monochromatic Colors of #FCD219
Black with #FCD219
Text Example
Text Example
White with #FCD219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD219; }
p { color: rgb(252,210,25); }
H1.HeaderClassName
{
color: #FCD219;
}
.AnyTagClassName
{
color: #FCD219;
}
</style>
background-color css
<style>
a { background-color: #FCD219; }
a { background-color: rgb(252,210,25); }
div.DivClassName
{
background-color: #FCD219;
}
.BgClassName
{
background-color: #FCD219;
}
</style>
border-color css
<style>
span { border-color: #FCD219; }
span { border-color: rgb(252,210,25); }
td.TdClassName
{
border-color: #FCD219;
}
.TagClassName
{
border-color: #FCD219;
}
</style>