Shades of Turbo #FDC51B
Tints of Turbo #FDC51B
RGB
CMYK
RGB Variations
Color information
#FDC51B (or 0xFDC51B) is known color: Turbo. HEX triplet: FD, C5 and 1B. RGB value is (253,197,27). Sum of RGB (Red+Green+Blue) = 253+197+27=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 27 (10.94% from 255 or 5.66% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC51B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC51B is #023AE4. Grayscale: #C3C3C3. Windows color (decimal): -146149 or 1820157. OLE color: 1820157.
HSL color Cylindrical-coordinate representation of color #FDC51B: hue angle of 45.13º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDC51B is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 27 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.01 |
| HSL | 45.13º | 0.98% | 0.55% | - |
| HSV(B) | 45.13º | 0.89% | 0.99% | - |
| XYZ | 60.67 | 60.89 | 9.59 | - |
| YUV | 194.36 | 33.55 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 27 | 0 | 0.22 | 0.89 | 0.01 | 45.13 | 0.98 | 0.55 |
| Hex | FD | C5 | 1B | 0 | 16 | 59 | 1 | 2D | 62 | 37 |
| Octal | 375 | 305 | 33 | 0 | 26 | 131 | 1 | 55 | 142 | 67 |
| Binary | 11111101 | 11000101 | 11011 | 0 | 10110 | 1011001 | 1 | 101101 | 1100010 | 110111 |
Color Harmonies of #FDC51B
Complementary color
Monochromatic Colors of #FDC51B
Black with #FDC51B
Text Example
Text Example
White with #FDC51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC51B; }
p { color: rgb(253,197,27); }
H1.HeaderClassName
{
color: #FDC51B;
}
.AnyTagClassName
{
color: #FDC51B;
}
</style>
background-color css
<style>
a { background-color: #FDC51B; }
a { background-color: rgb(253,197,27); }
div.DivClassName
{
background-color: #FDC51B;
}
.BgClassName
{
background-color: #FDC51B;
}
</style>
border-color css
<style>
span { border-color: #FDC51B; }
span { border-color: rgb(253,197,27); }
td.TdClassName
{
border-color: #FDC51B;
}
.TagClassName
{
border-color: #FDC51B;
}
</style>