Shades of Turbo #F9D61D
Tints of Turbo #F9D61D
RGB
CMYK
RGB Variations
Color information
#F9D61D (or 0xF9D61D) is known color: Turbo. HEX triplet: F9, D6 and 1D. RGB value is (249,214,29). Sum of RGB (Red+Green+Blue) = 249+214+29=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 29 (11.72% from 255 or 5.89% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D61D is #0629E2. Grayscale: #CCCCCC. Windows color (decimal): -403939 or 1955577. OLE color: 1955577.
HSL color Cylindrical-coordinate representation of color #F9D61D: hue angle of 50.45º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9D61D is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 214 | 29 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.02 |
| HSL | 50.45º | 0.95% | 0.55% | - |
| HSV(B) | 50.45º | 0.88% | 0.98% | - |
| XYZ | 63.34 | 68.32 | 11.01 | - |
| YUV | 203.38 | 29.6 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 214 | 29 | 0 | 0.14 | 0.88 | 0.02 | 50.45 | 0.95 | 0.55 |
| Hex | F9 | D6 | 1D | 0 | E | 58 | 2 | 32 | 5F | 37 |
| Octal | 371 | 326 | 35 | 0 | 16 | 130 | 2 | 62 | 137 | 67 |
| Binary | 11111001 | 11010110 | 11101 | 0 | 1110 | 1011000 | 10 | 110010 | 1011111 | 110111 |
Color Harmonies of #F9D61D
Complementary color
Monochromatic Colors of #F9D61D
Black with #F9D61D
Text Example
Text Example
White with #F9D61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D61D; }
p { color: rgb(249,214,29); }
H1.HeaderClassName
{
color: #F9D61D;
}
.AnyTagClassName
{
color: #F9D61D;
}
</style>
background-color css
<style>
a { background-color: #F9D61D; }
a { background-color: rgb(249,214,29); }
div.DivClassName
{
background-color: #F9D61D;
}
.BgClassName
{
background-color: #F9D61D;
}
</style>
border-color css
<style>
span { border-color: #F9D61D; }
span { border-color: rgb(249,214,29); }
td.TdClassName
{
border-color: #F9D61D;
}
.TagClassName
{
border-color: #F9D61D;
}
</style>