Shades of Turbo #FDC522
Tints of Turbo #FDC522
RGB
CMYK
RGB Variations
Color information
#FDC522 (or 0xFDC522) is known color: Turbo. HEX triplet: FD, C5 and 22. RGB value is (253,197,34). Sum of RGB (Red+Green+Blue) = 253+197+34=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 34 (13.67% from 255 or 7.02% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC522 is #023ADD. Grayscale: #C3C3C3. Windows color (decimal): -146142 or 2278909. OLE color: 2278909.
HSL color Cylindrical-coordinate representation of color #FDC522: hue angle of 44.66º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FDC522 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 34 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.01 |
| HSL | 44.66º | 0.98% | 0.56% | - |
| HSV(B) | 44.66º | 0.87% | 0.99% | - |
| XYZ | 60.76 | 60.93 | 10.07 | - |
| YUV | 195.16 | 37.05 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 34 | 0 | 0.22 | 0.87 | 0.01 | 44.66 | 0.98 | 0.56 |
| Hex | FD | C5 | 22 | 0 | 16 | 57 | 1 | 2D | 62 | 38 |
| Octal | 375 | 305 | 42 | 0 | 26 | 127 | 1 | 55 | 142 | 70 |
| Binary | 11111101 | 11000101 | 100010 | 0 | 10110 | 1010111 | 1 | 101101 | 1100010 | 111000 |
Color Harmonies of #FDC522
Complementary color
Monochromatic Colors of #FDC522
Black with #FDC522
Text Example
Text Example
White with #FDC522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC522; }
p { color: rgb(253,197,34); }
H1.HeaderClassName
{
color: #FDC522;
}
.AnyTagClassName
{
color: #FDC522;
}
</style>
background-color css
<style>
a { background-color: #FDC522; }
a { background-color: rgb(253,197,34); }
div.DivClassName
{
background-color: #FDC522;
}
.BgClassName
{
background-color: #FDC522;
}
</style>
border-color css
<style>
span { border-color: #FDC522; }
span { border-color: rgb(253,197,34); }
td.TdClassName
{
border-color: #FDC522;
}
.TagClassName
{
border-color: #FDC522;
}
</style>