Shades of Turbo #FDC625
Tints of Turbo #FDC625
RGB
CMYK
RGB Variations
Color information
#FDC625 (or 0xFDC625) is known color: Turbo. HEX triplet: FD, C6 and 25. RGB value is (253,198,37). Sum of RGB (Red+Green+Blue) = 253+198+37=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 37 (14.84% from 255 or 7.58% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC625 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC625 is #0239DA. Grayscale: #C4C4C4. Windows color (decimal): -145883 or 2475773. OLE color: 2475773.
HSL color Cylindrical-coordinate representation of color #FDC625: hue angle of 44.72º 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 #FDC625 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 37 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.01 |
| HSL | 44.72º | 0.98% | 0.57% | - |
| HSV(B) | 44.72º | 0.85% | 0.99% | - |
| XYZ | 61.04 | 61.4 | 10.39 | - |
| YUV | 196.09 | 38.22 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 37 | 0 | 0.22 | 0.85 | 0.01 | 44.72 | 0.98 | 0.57 |
| Hex | FD | C6 | 25 | 0 | 16 | 55 | 1 | 2D | 62 | 39 |
| Octal | 375 | 306 | 45 | 0 | 26 | 125 | 1 | 55 | 142 | 71 |
| Binary | 11111101 | 11000110 | 100101 | 0 | 10110 | 1010101 | 1 | 101101 | 1100010 | 111001 |
Color Harmonies of #FDC625
Complementary color
Monochromatic Colors of #FDC625
Black with #FDC625
Text Example
Text Example
White with #FDC625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC625; }
p { color: rgb(253,198,37); }
H1.HeaderClassName
{
color: #FDC625;
}
.AnyTagClassName
{
color: #FDC625;
}
</style>
background-color css
<style>
a { background-color: #FDC625; }
a { background-color: rgb(253,198,37); }
div.DivClassName
{
background-color: #FDC625;
}
.BgClassName
{
background-color: #FDC625;
}
</style>
border-color css
<style>
span { border-color: #FDC625; }
span { border-color: rgb(253,198,37); }
td.TdClassName
{
border-color: #FDC625;
}
.TagClassName
{
border-color: #FDC625;
}
</style>