Shades of Turbo #F9D926
Tints of Turbo #F9D926
RGB
CMYK
RGB Variations
Color information
#F9D926 (or 0xF9D926) is known color: Turbo. HEX triplet: F9, D9 and 26. RGB value is (249,217,38). Sum of RGB (Red+Green+Blue) = 249+217+38=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 38 (15.23% from 255 or 7.54% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D926 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D926 is #0626D9. Grayscale: #CECECE. Windows color (decimal): -403162 or 2546169. OLE color: 2546169.
HSL color Cylindrical-coordinate representation of color #F9D926: hue angle of 50.9º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F9D926 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 217 | 38 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.02 |
| HSL | 50.9º | 0.95% | 0.56% | - |
| HSV(B) | 50.9º | 0.85% | 0.98% | - |
| XYZ | 64.23 | 69.91 | 11.94 | - |
| YUV | 206.16 | 33.1 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 217 | 38 | 0 | 0.13 | 0.85 | 0.02 | 50.9 | 0.95 | 0.56 |
| Hex | F9 | D9 | 26 | 0 | D | 55 | 2 | 33 | 5F | 38 |
| Octal | 371 | 331 | 46 | 0 | 15 | 125 | 2 | 63 | 137 | 70 |
| Binary | 11111001 | 11011001 | 100110 | 0 | 1101 | 1010101 | 10 | 110011 | 1011111 | 111000 |
Color Harmonies of #F9D926
Complementary color
Monochromatic Colors of #F9D926
Black with #F9D926
Text Example
Text Example
White with #F9D926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D926; }
p { color: rgb(249,217,38); }
H1.HeaderClassName
{
color: #F9D926;
}
.AnyTagClassName
{
color: #F9D926;
}
</style>
background-color css
<style>
a { background-color: #F9D926; }
a { background-color: rgb(249,217,38); }
div.DivClassName
{
background-color: #F9D926;
}
.BgClassName
{
background-color: #F9D926;
}
</style>
border-color css
<style>
span { border-color: #F9D926; }
span { border-color: rgb(249,217,38); }
td.TdClassName
{
border-color: #F9D926;
}
.TagClassName
{
border-color: #F9D926;
}
</style>