Shades of Turbo #F9D119
Tints of Turbo #F9D119
RGB
CMYK
RGB Variations
Color information
#F9D119 (or 0xF9D119) is known color: Turbo. HEX triplet: F9, D1 and 19. RGB value is (249,209,25). Sum of RGB (Red+Green+Blue) = 249+209+25=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 25 (10.16% from 255 or 5.18% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D119 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D119 is #062EE6. Grayscale: #C8C8C8. Windows color (decimal): -405223 or 1692153. OLE color: 1692153.
HSL color Cylindrical-coordinate representation of color #F9D119: hue angle of 49.29º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9D119 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 209 | 25 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.02 |
| HSL | 49.29º | 0.95% | 0.54% | - |
| HSV(B) | 49.29º | 0.9% | 0.98% | - |
| XYZ | 62.04 | 65.81 | 10.35 | - |
| YUV | 199.98 | 29.25 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 209 | 25 | 0 | 0.16 | 0.90 | 0.02 | 49.29 | 0.95 | 0.54 |
| Hex | F9 | D1 | 19 | 0 | 10 | 5A | 2 | 31 | 5F | 36 |
| Octal | 371 | 321 | 31 | 0 | 20 | 132 | 2 | 61 | 137 | 66 |
| Binary | 11111001 | 11010001 | 11001 | 0 | 10000 | 1011010 | 10 | 110001 | 1011111 | 110110 |
Color Harmonies of #F9D119
Complementary color
Monochromatic Colors of #F9D119
Black with #F9D119
Text Example
Text Example
White with #F9D119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D119; }
p { color: rgb(249,209,25); }
H1.HeaderClassName
{
color: #F9D119;
}
.AnyTagClassName
{
color: #F9D119;
}
</style>
background-color css
<style>
a { background-color: #F9D119; }
a { background-color: rgb(249,209,25); }
div.DivClassName
{
background-color: #F9D119;
}
.BgClassName
{
background-color: #F9D119;
}
</style>
border-color css
<style>
span { border-color: #F9D119; }
span { border-color: rgb(249,209,25); }
td.TdClassName
{
border-color: #F9D119;
}
.TagClassName
{
border-color: #F9D119;
}
</style>