Shades of Turbo #FCD51F
Tints of Turbo #FCD51F
RGB
CMYK
RGB Variations
Color information
#FCD51F (or 0xFCD51F) is known color: Turbo. HEX triplet: FC, D5 and 1F. RGB value is (252,213,31). Sum of RGB (Red+Green+Blue) = 252+213+31=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 31 (12.5% from 255 or 6.25% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD51F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD51F is #032AE0. Grayscale: #CCCCCC. Windows color (decimal): -207585 or 2086396. OLE color: 2086396.
HSL color Cylindrical-coordinate representation of color #FCD51F: hue angle of 49.41º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCD51F is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 31 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.01 |
| HSL | 49.41º | 0.97% | 0.55% | - |
| HSV(B) | 49.41º | 0.88% | 0.99% | - |
| XYZ | 64.19 | 68.38 | 11.11 | - |
| YUV | 203.91 | 30.42 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 31 | 0 | 0.15 | 0.88 | 0.01 | 49.41 | 0.97 | 0.55 |
| Hex | FC | D5 | 1F | 0 | F | 58 | 1 | 31 | 61 | 37 |
| Octal | 374 | 325 | 37 | 0 | 17 | 130 | 1 | 61 | 141 | 67 |
| Binary | 11111100 | 11010101 | 11111 | 0 | 1111 | 1011000 | 1 | 110001 | 1100001 | 110111 |
Color Harmonies of #FCD51F
Complementary color
Monochromatic Colors of #FCD51F
Black with #FCD51F
Text Example
Text Example
White with #FCD51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD51F; }
p { color: rgb(252,213,31); }
H1.HeaderClassName
{
color: #FCD51F;
}
.AnyTagClassName
{
color: #FCD51F;
}
</style>
background-color css
<style>
a { background-color: #FCD51F; }
a { background-color: rgb(252,213,31); }
div.DivClassName
{
background-color: #FCD51F;
}
.BgClassName
{
background-color: #FCD51F;
}
</style>
border-color css
<style>
span { border-color: #FCD51F; }
span { border-color: rgb(252,213,31); }
td.TdClassName
{
border-color: #FCD51F;
}
.TagClassName
{
border-color: #FCD51F;
}
</style>