Shades of Turbo #FDC526
Tints of Turbo #FDC526
RGB
CMYK
RGB Variations
Color information
#FDC526 (or 0xFDC526) is known color: Turbo. HEX triplet: FD, C5 and 26. RGB value is (253,197,38). Sum of RGB (Red+Green+Blue) = 253+197+38=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 38 (15.23% from 255 or 7.79% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC526 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC526 is #023AD9. Grayscale: #C4C4C4. Windows color (decimal): -146138 or 2541053. OLE color: 2541053.
HSL color Cylindrical-coordinate representation of color #FDC526: hue angle of 44.37º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDC526 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 38 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.01 |
| HSL | 44.37º | 0.98% | 0.57% | - |
| HSV(B) | 44.37º | 0.85% | 0.99% | - |
| XYZ | 60.82 | 60.96 | 10.39 | - |
| YUV | 195.62 | 39.05 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 38 | 0 | 0.22 | 0.85 | 0.01 | 44.37 | 0.98 | 0.57 |
| Hex | FD | C5 | 26 | 0 | 16 | 55 | 1 | 2C | 62 | 39 |
| Octal | 375 | 305 | 46 | 0 | 26 | 125 | 1 | 54 | 142 | 71 |
| Binary | 11111101 | 11000101 | 100110 | 0 | 10110 | 1010101 | 1 | 101100 | 1100010 | 111001 |
Color Harmonies of #FDC526
Complementary color
Monochromatic Colors of #FDC526
Black with #FDC526
Text Example
Text Example
White with #FDC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC526; }
p { color: rgb(253,197,38); }
H1.HeaderClassName
{
color: #FDC526;
}
.AnyTagClassName
{
color: #FDC526;
}
</style>
background-color css
<style>
a { background-color: #FDC526; }
a { background-color: rgb(253,197,38); }
div.DivClassName
{
background-color: #FDC526;
}
.BgClassName
{
background-color: #FDC526;
}
</style>
border-color css
<style>
span { border-color: #FDC526; }
span { border-color: rgb(253,197,38); }
td.TdClassName
{
border-color: #FDC526;
}
.TagClassName
{
border-color: #FDC526;
}
</style>