Shades of Turbo #FDC926
Tints of Turbo #FDC926
RGB
CMYK
RGB Variations
Color information
#FDC926 (or 0xFDC926) is known color: Turbo. HEX triplet: FD, C9 and 26. RGB value is (253,201,38). Sum of RGB (Red+Green+Blue) = 253+201+38=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 38 (15.23% from 255 or 7.72% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC926 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC926 is #0236D9. Grayscale: #C6C6C6. Windows color (decimal): -145114 or 2542077. OLE color: 2542077.
HSL color Cylindrical-coordinate representation of color #FDC926: hue angle of 45.49º 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 #FDC926 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 38 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.01 |
| HSL | 45.49º | 0.98% | 0.57% | - |
| HSV(B) | 45.49º | 0.85% | 0.99% | - |
| XYZ | 61.74 | 62.8 | 10.7 | - |
| YUV | 197.97 | 37.73 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 38 | 0 | 0.21 | 0.85 | 0.01 | 45.49 | 0.98 | 0.57 |
| Hex | FD | C9 | 26 | 0 | 15 | 55 | 1 | 2D | 62 | 39 |
| Octal | 375 | 311 | 46 | 0 | 25 | 125 | 1 | 55 | 142 | 71 |
| Binary | 11111101 | 11001001 | 100110 | 0 | 10101 | 1010101 | 1 | 101101 | 1100010 | 111001 |
Color Harmonies of #FDC926
Complementary color
Monochromatic Colors of #FDC926
Black with #FDC926
Text Example
Text Example
White with #FDC926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC926; }
p { color: rgb(253,201,38); }
H1.HeaderClassName
{
color: #FDC926;
}
.AnyTagClassName
{
color: #FDC926;
}
</style>
background-color css
<style>
a { background-color: #FDC926; }
a { background-color: rgb(253,201,38); }
div.DivClassName
{
background-color: #FDC926;
}
.BgClassName
{
background-color: #FDC926;
}
</style>
border-color css
<style>
span { border-color: #FDC926; }
span { border-color: rgb(253,201,38); }
td.TdClassName
{
border-color: #FDC926;
}
.TagClassName
{
border-color: #FDC926;
}
</style>