Shades of Turbo #FDC624
Tints of Turbo #FDC624
RGB
CMYK
RGB Variations
Color information
#FDC624 (or 0xFDC624) is known color: Turbo. HEX triplet: FD, C6 and 24. RGB value is (253,198,36). Sum of RGB (Red+Green+Blue) = 253+198+36=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 36 (14.45% from 255 or 7.39% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC624 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC624 is #0239DB. Grayscale: #C4C4C4. Windows color (decimal): -145884 or 2410237. OLE color: 2410237.
HSL color Cylindrical-coordinate representation of color #FDC624: hue angle of 44.79º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FDC624 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 36 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.01 |
| HSL | 44.79º | 0.98% | 0.57% | - |
| HSV(B) | 44.79º | 0.86% | 0.99% | - |
| XYZ | 61.02 | 61.4 | 10.3 | - |
| YUV | 195.98 | 37.72 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 36 | 0 | 0.22 | 0.86 | 0.01 | 44.79 | 0.98 | 0.57 |
| Hex | FD | C6 | 24 | 0 | 16 | 56 | 1 | 2D | 62 | 39 |
| Octal | 375 | 306 | 44 | 0 | 26 | 126 | 1 | 55 | 142 | 71 |
| Binary | 11111101 | 11000110 | 100100 | 0 | 10110 | 1010110 | 1 | 101101 | 1100010 | 111001 |
Color Harmonies of #FDC624
Complementary color
Monochromatic Colors of #FDC624
Black with #FDC624
Text Example
Text Example
White with #FDC624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC624; }
p { color: rgb(253,198,36); }
H1.HeaderClassName
{
color: #FDC624;
}
.AnyTagClassName
{
color: #FDC624;
}
</style>
background-color css
<style>
a { background-color: #FDC624; }
a { background-color: rgb(253,198,36); }
div.DivClassName
{
background-color: #FDC624;
}
.BgClassName
{
background-color: #FDC624;
}
</style>
border-color css
<style>
span { border-color: #FDC624; }
span { border-color: rgb(253,198,36); }
td.TdClassName
{
border-color: #FDC624;
}
.TagClassName
{
border-color: #FDC624;
}
</style>