Shades of Turbo #FCD51A
Tints of Turbo #FCD51A
RGB
CMYK
RGB Variations
Color information
#FCD51A (or 0xFCD51A) is known color: Turbo. HEX triplet: FC, D5 and 1A. RGB value is (252,213,26). Sum of RGB (Red+Green+Blue) = 252+213+26=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 26 (10.55% from 255 or 5.30% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD51A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD51A is #032AE5. Grayscale: #CCCCCC. Windows color (decimal): -207590 or 1758716. OLE color: 1758716.
HSL color Cylindrical-coordinate representation of color #FCD51A: hue angle of 49.65º 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 #FCD51A is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 26 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.01 |
| HSL | 49.65º | 0.97% | 0.55% | - |
| HSV(B) | 49.65º | 0.9% | 0.99% | - |
| XYZ | 64.13 | 68.36 | 10.79 | - |
| YUV | 203.34 | 27.92 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 26 | 0 | 0.15 | 0.90 | 0.01 | 49.65 | 0.97 | 0.55 |
| Hex | FC | D5 | 1A | 0 | F | 5A | 1 | 32 | 61 | 37 |
| Octal | 374 | 325 | 32 | 0 | 17 | 132 | 1 | 62 | 141 | 67 |
| Binary | 11111100 | 11010101 | 11010 | 0 | 1111 | 1011010 | 1 | 110010 | 1100001 | 110111 |
Color Harmonies of #FCD51A
Complementary color
Monochromatic Colors of #FCD51A
Black with #FCD51A
Text Example
Text Example
White with #FCD51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD51A; }
p { color: rgb(252,213,26); }
H1.HeaderClassName
{
color: #FCD51A;
}
.AnyTagClassName
{
color: #FCD51A;
}
</style>
background-color css
<style>
a { background-color: #FCD51A; }
a { background-color: rgb(252,213,26); }
div.DivClassName
{
background-color: #FCD51A;
}
.BgClassName
{
background-color: #FCD51A;
}
</style>
border-color css
<style>
span { border-color: #FCD51A; }
span { border-color: rgb(252,213,26); }
td.TdClassName
{
border-color: #FCD51A;
}
.TagClassName
{
border-color: #FCD51A;
}
</style>