Shades of Turbo #FDC924
Tints of Turbo #FDC924
RGB
CMYK
RGB Variations
Color information
#FDC924 (or 0xFDC924) is known color: Turbo. HEX triplet: FD, C9 and 24. RGB value is (253,201,36). Sum of RGB (Red+Green+Blue) = 253+201+36=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 36 (14.45% from 255 or 7.35% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC924 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC924 is #0236DB. Grayscale: #C6C6C6. Windows color (decimal): -145116 or 2411005. OLE color: 2411005.
HSL color Cylindrical-coordinate representation of color #FDC924: hue angle of 45.62º 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 #FDC924 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 36 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.01 |
| HSL | 45.62º | 0.98% | 0.57% | - |
| HSV(B) | 45.62º | 0.86% | 0.99% | - |
| XYZ | 61.71 | 62.78 | 10.53 | - |
| YUV | 197.74 | 36.73 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 36 | 0 | 0.21 | 0.86 | 0.01 | 45.62 | 0.98 | 0.57 |
| Hex | FD | C9 | 24 | 0 | 15 | 56 | 1 | 2E | 62 | 39 |
| Octal | 375 | 311 | 44 | 0 | 25 | 126 | 1 | 56 | 142 | 71 |
| Binary | 11111101 | 11001001 | 100100 | 0 | 10101 | 1010110 | 1 | 101110 | 1100010 | 111001 |
Color Harmonies of #FDC924
Complementary color
Monochromatic Colors of #FDC924
Black with #FDC924
Text Example
Text Example
White with #FDC924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC924; }
p { color: rgb(253,201,36); }
H1.HeaderClassName
{
color: #FDC924;
}
.AnyTagClassName
{
color: #FDC924;
}
</style>
background-color css
<style>
a { background-color: #FDC924; }
a { background-color: rgb(253,201,36); }
div.DivClassName
{
background-color: #FDC924;
}
.BgClassName
{
background-color: #FDC924;
}
</style>
border-color css
<style>
span { border-color: #FDC924; }
span { border-color: rgb(253,201,36); }
td.TdClassName
{
border-color: #FDC924;
}
.TagClassName
{
border-color: #FDC924;
}
</style>