Shades of Turbo #F9D526
Tints of Turbo #F9D526
RGB
CMYK
RGB Variations
Color information
#F9D526 (or 0xF9D526) is known color: Turbo. HEX triplet: F9, D5 and 26. RGB value is (249,213,38). Sum of RGB (Red+Green+Blue) = 249+213+38=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 38 (15.23% from 255 or 7.6% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D526 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D526 is #062AD9. Grayscale: #CCCCCC. Windows color (decimal): -404186 or 2545145. OLE color: 2545145.
HSL color Cylindrical-coordinate representation of color #F9D526: hue angle of 49.76º 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 #F9D526 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 213 | 38 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.02 |
| HSL | 49.76º | 0.95% | 0.56% | - |
| HSV(B) | 49.76º | 0.85% | 0.98% | - |
| XYZ | 63.21 | 67.87 | 11.6 | - |
| YUV | 203.81 | 34.43 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 213 | 38 | 0 | 0.14 | 0.85 | 0.02 | 49.76 | 0.95 | 0.56 |
| Hex | F9 | D5 | 26 | 0 | E | 55 | 2 | 32 | 5F | 38 |
| Octal | 371 | 325 | 46 | 0 | 16 | 125 | 2 | 62 | 137 | 70 |
| Binary | 11111001 | 11010101 | 100110 | 0 | 1110 | 1010101 | 10 | 110010 | 1011111 | 111000 |
Color Harmonies of #F9D526
Complementary color
Monochromatic Colors of #F9D526
Black with #F9D526
Text Example
Text Example
White with #F9D526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D526; }
p { color: rgb(249,213,38); }
H1.HeaderClassName
{
color: #F9D526;
}
.AnyTagClassName
{
color: #F9D526;
}
</style>
background-color css
<style>
a { background-color: #F9D526; }
a { background-color: rgb(249,213,38); }
div.DivClassName
{
background-color: #F9D526;
}
.BgClassName
{
background-color: #F9D526;
}
</style>
border-color css
<style>
span { border-color: #F9D526; }
span { border-color: rgb(249,213,38); }
td.TdClassName
{
border-color: #F9D526;
}
.TagClassName
{
border-color: #F9D526;
}
</style>