Shades of Turbo #F9D121
Tints of Turbo #F9D121
RGB
CMYK
RGB Variations
Color information
#F9D121 (or 0xF9D121) is known color: Turbo. HEX triplet: F9, D1 and 21. RGB value is (249,209,33). Sum of RGB (Red+Green+Blue) = 249+209+33=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 33 (13.28% from 255 or 6.72% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D121 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D121 is #062EDE. Grayscale: #C9C9C9. Windows color (decimal): -405215 or 2216441. OLE color: 2216441.
HSL color Cylindrical-coordinate representation of color #F9D121: hue angle of 48.89º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F9D121 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 209 | 33 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.02 |
| HSL | 48.89º | 0.95% | 0.55% | - |
| HSV(B) | 48.89º | 0.87% | 0.98% | - |
| XYZ | 62.14 | 65.85 | 10.87 | - |
| YUV | 200.9 | 33.25 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 209 | 33 | 0 | 0.16 | 0.87 | 0.02 | 48.89 | 0.95 | 0.55 |
| Hex | F9 | D1 | 21 | 0 | 10 | 57 | 2 | 31 | 5F | 37 |
| Octal | 371 | 321 | 41 | 0 | 20 | 127 | 2 | 61 | 137 | 67 |
| Binary | 11111001 | 11010001 | 100001 | 0 | 10000 | 1010111 | 10 | 110001 | 1011111 | 110111 |
Color Harmonies of #F9D121
Complementary color
Monochromatic Colors of #F9D121
Black with #F9D121
Text Example
Text Example
White with #F9D121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D121; }
p { color: rgb(249,209,33); }
H1.HeaderClassName
{
color: #F9D121;
}
.AnyTagClassName
{
color: #F9D121;
}
</style>
background-color css
<style>
a { background-color: #F9D121; }
a { background-color: rgb(249,209,33); }
div.DivClassName
{
background-color: #F9D121;
}
.BgClassName
{
background-color: #F9D121;
}
</style>
border-color css
<style>
span { border-color: #F9D121; }
span { border-color: rgb(249,209,33); }
td.TdClassName
{
border-color: #F9D121;
}
.TagClassName
{
border-color: #F9D121;
}
</style>