Shades of Turbo #FCD71A
Tints of Turbo #FCD71A
RGB
CMYK
RGB Variations
Color information
#FCD71A (or 0xFCD71A) is known color: Turbo. HEX triplet: FC, D7 and 1A. RGB value is (252,215,26). Sum of RGB (Red+Green+Blue) = 252+215+26=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 26 (10.55% from 255 or 5.27% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD71A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD71A is #0328E5. Grayscale: #CDCDCD. Windows color (decimal): -207078 or 1759228. OLE color: 1759228.
HSL color Cylindrical-coordinate representation of color #FCD71A: hue angle of 50.18º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCD71A is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 26 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.01 |
| HSL | 50.18º | 0.97% | 0.55% | - |
| HSV(B) | 50.18º | 0.9% | 0.99% | - |
| XYZ | 64.63 | 69.37 | 10.96 | - |
| YUV | 204.52 | 27.26 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 26 | 0 | 0.15 | 0.90 | 0.01 | 50.18 | 0.97 | 0.55 |
| Hex | FC | D7 | 1A | 0 | F | 5A | 1 | 32 | 61 | 37 |
| Octal | 374 | 327 | 32 | 0 | 17 | 132 | 1 | 62 | 141 | 67 |
| Binary | 11111100 | 11010111 | 11010 | 0 | 1111 | 1011010 | 1 | 110010 | 1100001 | 110111 |
Color Harmonies of #FCD71A
Complementary color
Monochromatic Colors of #FCD71A
Black with #FCD71A
Text Example
Text Example
White with #FCD71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD71A; }
p { color: rgb(252,215,26); }
H1.HeaderClassName
{
color: #FCD71A;
}
.AnyTagClassName
{
color: #FCD71A;
}
</style>
background-color css
<style>
a { background-color: #FCD71A; }
a { background-color: rgb(252,215,26); }
div.DivClassName
{
background-color: #FCD71A;
}
.BgClassName
{
background-color: #FCD71A;
}
</style>
border-color css
<style>
span { border-color: #FCD71A; }
span { border-color: rgb(252,215,26); }
td.TdClassName
{
border-color: #FCD71A;
}
.TagClassName
{
border-color: #FCD71A;
}
</style>