Shades of Turbo #F9D019
Tints of Turbo #F9D019
RGB
CMYK
RGB Variations
Color information
#F9D019 (or 0xF9D019) is known color: Turbo. HEX triplet: F9, D0 and 19. RGB value is (249,208,25). Sum of RGB (Red+Green+Blue) = 249+208+25=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 25 (10.16% from 255 or 5.19% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D019 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D019 is #062FE6. Grayscale: #C8C8C8. Windows color (decimal): -405479 or 1691897. OLE color: 1691897.
HSL color Cylindrical-coordinate representation of color #F9D019: hue angle of 49.02º 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 #F9D019 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 208 | 25 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.02 |
| HSL | 49.02º | 0.95% | 0.54% | - |
| HSV(B) | 49.02º | 0.9% | 0.98% | - |
| XYZ | 61.8 | 65.32 | 10.27 | - |
| YUV | 199.4 | 29.58 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 208 | 25 | 0 | 0.16 | 0.90 | 0.02 | 49.02 | 0.95 | 0.54 |
| Hex | F9 | D0 | 19 | 0 | 10 | 5A | 2 | 31 | 5F | 36 |
| Octal | 371 | 320 | 31 | 0 | 20 | 132 | 2 | 61 | 137 | 66 |
| Binary | 11111001 | 11010000 | 11001 | 0 | 10000 | 1011010 | 10 | 110001 | 1011111 | 110110 |
Color Harmonies of #F9D019
Complementary color
Monochromatic Colors of #F9D019
Black with #F9D019
Text Example
Text Example
White with #F9D019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D019; }
p { color: rgb(249,208,25); }
H1.HeaderClassName
{
color: #F9D019;
}
.AnyTagClassName
{
color: #F9D019;
}
</style>
background-color css
<style>
a { background-color: #F9D019; }
a { background-color: rgb(249,208,25); }
div.DivClassName
{
background-color: #F9D019;
}
.BgClassName
{
background-color: #F9D019;
}
</style>
border-color css
<style>
span { border-color: #F9D019; }
span { border-color: rgb(249,208,25); }
td.TdClassName
{
border-color: #F9D019;
}
.TagClassName
{
border-color: #F9D019;
}
</style>