Shades of Turbo #FDC51F
Tints of Turbo #FDC51F
RGB
CMYK
RGB Variations
Color information
#FDC51F (or 0xFDC51F) is known color: Turbo. HEX triplet: FD, C5 and 1F. RGB value is (253,197,31). Sum of RGB (Red+Green+Blue) = 253+197+31=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 31 (12.5% from 255 or 6.44% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC51F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC51F is #023AE0. Grayscale: #C3C3C3. Windows color (decimal): -146145 or 2082301. OLE color: 2082301.
HSL color Cylindrical-coordinate representation of color #FDC51F: hue angle of 44.86º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDC51F is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 31 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.01 |
| HSL | 44.86º | 0.98% | 0.56% | - |
| HSV(B) | 44.86º | 0.88% | 0.99% | - |
| XYZ | 60.72 | 60.91 | 9.85 | - |
| YUV | 194.82 | 35.55 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 31 | 0 | 0.22 | 0.88 | 0.01 | 44.86 | 0.98 | 0.56 |
| Hex | FD | C5 | 1F | 0 | 16 | 58 | 1 | 2D | 62 | 38 |
| Octal | 375 | 305 | 37 | 0 | 26 | 130 | 1 | 55 | 142 | 70 |
| Binary | 11111101 | 11000101 | 11111 | 0 | 10110 | 1011000 | 1 | 101101 | 1100010 | 111000 |
Color Harmonies of #FDC51F
Complementary color
Monochromatic Colors of #FDC51F
Black with #FDC51F
Text Example
Text Example
White with #FDC51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC51F; }
p { color: rgb(253,197,31); }
H1.HeaderClassName
{
color: #FDC51F;
}
.AnyTagClassName
{
color: #FDC51F;
}
</style>
background-color css
<style>
a { background-color: #FDC51F; }
a { background-color: rgb(253,197,31); }
div.DivClassName
{
background-color: #FDC51F;
}
.BgClassName
{
background-color: #FDC51F;
}
</style>
border-color css
<style>
span { border-color: #FDC51F; }
span { border-color: rgb(253,197,31); }
td.TdClassName
{
border-color: #FDC51F;
}
.TagClassName
{
border-color: #FDC51F;
}
</style>