Shades of Turbo #FDC520
Tints of Turbo #FDC520
RGB
CMYK
RGB Variations
Color information
#FDC520 (or 0xFDC520) is known color: Turbo. HEX triplet: FD, C5 and 20. RGB value is (253,197,32). Sum of RGB (Red+Green+Blue) = 253+197+32=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC520 is #023ADF. Grayscale: #C3C3C3. Windows color (decimal): -146144 or 2147837. OLE color: 2147837.
HSL color Cylindrical-coordinate representation of color #FDC520: hue angle of 44.8º 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 #FDC520 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 32 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.01 |
| HSL | 44.8º | 0.98% | 0.56% | - |
| HSV(B) | 44.8º | 0.87% | 0.99% | - |
| XYZ | 60.73 | 60.92 | 9.92 | - |
| YUV | 194.93 | 36.05 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 32 | 0 | 0.22 | 0.87 | 0.01 | 44.8 | 0.98 | 0.56 |
| Hex | FD | C5 | 20 | 0 | 16 | 57 | 1 | 2D | 62 | 38 |
| Octal | 375 | 305 | 40 | 0 | 26 | 127 | 1 | 55 | 142 | 70 |
| Binary | 11111101 | 11000101 | 100000 | 0 | 10110 | 1010111 | 1 | 101101 | 1100010 | 111000 |
Color Harmonies of #FDC520
Complementary color
Monochromatic Colors of #FDC520
Black with #FDC520
Text Example
Text Example
White with #FDC520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC520; }
p { color: rgb(253,197,32); }
H1.HeaderClassName
{
color: #FDC520;
}
.AnyTagClassName
{
color: #FDC520;
}
</style>
background-color css
<style>
a { background-color: #FDC520; }
a { background-color: rgb(253,197,32); }
div.DivClassName
{
background-color: #FDC520;
}
.BgClassName
{
background-color: #FDC520;
}
</style>
border-color css
<style>
span { border-color: #FDC520; }
span { border-color: rgb(253,197,32); }
td.TdClassName
{
border-color: #FDC520;
}
.TagClassName
{
border-color: #FDC520;
}
</style>