Shades of Turbo #FDC525
Tints of Turbo #FDC525
RGB
CMYK
RGB Variations
Color information
#FDC525 (or 0xFDC525) is known color: Turbo. HEX triplet: FD, C5 and 25. RGB value is (253,197,37). Sum of RGB (Red+Green+Blue) = 253+197+37=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 37 (14.84% from 255 or 7.60% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC525 is #023ADA. Grayscale: #C4C4C4. Windows color (decimal): -146139 or 2475517. OLE color: 2475517.
HSL color Cylindrical-coordinate representation of color #FDC525: hue angle of 44.44º 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 #FDC525 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 37 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.01 |
| HSL | 44.44º | 0.98% | 0.57% | - |
| HSV(B) | 44.44º | 0.85% | 0.99% | - |
| XYZ | 60.81 | 60.95 | 10.31 | - |
| YUV | 195.5 | 38.55 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 37 | 0 | 0.22 | 0.85 | 0.01 | 44.44 | 0.98 | 0.57 |
| Hex | FD | C5 | 25 | 0 | 16 | 55 | 1 | 2C | 62 | 39 |
| Octal | 375 | 305 | 45 | 0 | 26 | 125 | 1 | 54 | 142 | 71 |
| Binary | 11111101 | 11000101 | 100101 | 0 | 10110 | 1010101 | 1 | 101100 | 1100010 | 111001 |
Color Harmonies of #FDC525
Complementary color
Monochromatic Colors of #FDC525
Black with #FDC525
Text Example
Text Example
White with #FDC525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC525; }
p { color: rgb(253,197,37); }
H1.HeaderClassName
{
color: #FDC525;
}
.AnyTagClassName
{
color: #FDC525;
}
</style>
background-color css
<style>
a { background-color: #FDC525; }
a { background-color: rgb(253,197,37); }
div.DivClassName
{
background-color: #FDC525;
}
.BgClassName
{
background-color: #FDC525;
}
</style>
border-color css
<style>
span { border-color: #FDC525; }
span { border-color: rgb(253,197,37); }
td.TdClassName
{
border-color: #FDC525;
}
.TagClassName
{
border-color: #FDC525;
}
</style>