Shades of Turbo #FDC51C
Tints of Turbo #FDC51C
RGB
CMYK
RGB Variations
Color information
#FDC51C (or 0xFDC51C) is known color: Turbo. HEX triplet: FD, C5 and 1C. RGB value is (253,197,28). Sum of RGB (Red+Green+Blue) = 253+197+28=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 28 (11.33% from 255 or 5.86% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC51C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC51C is #023AE3. Grayscale: #C3C3C3. Windows color (decimal): -146148 or 1885693. OLE color: 1885693.
HSL color Cylindrical-coordinate representation of color #FDC51C: hue angle of 45.07º 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 #FDC51C is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 28 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.01 |
| HSL | 45.07º | 0.98% | 0.55% | - |
| HSV(B) | 45.07º | 0.89% | 0.99% | - |
| XYZ | 60.68 | 60.9 | 9.65 | - |
| YUV | 194.48 | 34.05 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 28 | 0 | 0.22 | 0.89 | 0.01 | 45.07 | 0.98 | 0.55 |
| Hex | FD | C5 | 1C | 0 | 16 | 59 | 1 | 2D | 62 | 37 |
| Octal | 375 | 305 | 34 | 0 | 26 | 131 | 1 | 55 | 142 | 67 |
| Binary | 11111101 | 11000101 | 11100 | 0 | 10110 | 1011001 | 1 | 101101 | 1100010 | 110111 |
Color Harmonies of #FDC51C
Complementary color
Monochromatic Colors of #FDC51C
Black with #FDC51C
Text Example
Text Example
White with #FDC51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC51C; }
p { color: rgb(253,197,28); }
H1.HeaderClassName
{
color: #FDC51C;
}
.AnyTagClassName
{
color: #FDC51C;
}
</style>
background-color css
<style>
a { background-color: #FDC51C; }
a { background-color: rgb(253,197,28); }
div.DivClassName
{
background-color: #FDC51C;
}
.BgClassName
{
background-color: #FDC51C;
}
</style>
border-color css
<style>
span { border-color: #FDC51C; }
span { border-color: rgb(253,197,28); }
td.TdClassName
{
border-color: #FDC51C;
}
.TagClassName
{
border-color: #FDC51C;
}
</style>