Shades of Turbo #F9D219
Tints of Turbo #F9D219
RGB
CMYK
RGB Variations
Color information
#F9D219 (or 0xF9D219) is known color: Turbo. HEX triplet: F9, D2 and 19. RGB value is (249,210,25). Sum of RGB (Red+Green+Blue) = 249+210+25=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 25 (10.16% from 255 or 5.17% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D219 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D219 is #062DE6. Grayscale: #C9C9C9. Windows color (decimal): -404967 or 1692409. OLE color: 1692409.
HSL color Cylindrical-coordinate representation of color #F9D219: hue angle of 49.55º 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 #F9D219 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 210 | 25 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.02 |
| HSL | 49.55º | 0.95% | 0.54% | - |
| HSV(B) | 49.55º | 0.9% | 0.98% | - |
| XYZ | 62.29 | 66.3 | 10.43 | - |
| YUV | 200.57 | 28.92 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 210 | 25 | 0 | 0.16 | 0.90 | 0.02 | 49.55 | 0.95 | 0.54 |
| Hex | F9 | D2 | 19 | 0 | 10 | 5A | 2 | 32 | 5F | 36 |
| Octal | 371 | 322 | 31 | 0 | 20 | 132 | 2 | 62 | 137 | 66 |
| Binary | 11111001 | 11010010 | 11001 | 0 | 10000 | 1011010 | 10 | 110010 | 1011111 | 110110 |
Color Harmonies of #F9D219
Complementary color
Monochromatic Colors of #F9D219
Black with #F9D219
Text Example
Text Example
White with #F9D219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D219; }
p { color: rgb(249,210,25); }
H1.HeaderClassName
{
color: #F9D219;
}
.AnyTagClassName
{
color: #F9D219;
}
</style>
background-color css
<style>
a { background-color: #F9D219; }
a { background-color: rgb(249,210,25); }
div.DivClassName
{
background-color: #F9D219;
}
.BgClassName
{
background-color: #F9D219;
}
</style>
border-color css
<style>
span { border-color: #F9D219; }
span { border-color: rgb(249,210,25); }
td.TdClassName
{
border-color: #F9D219;
}
.TagClassName
{
border-color: #F9D219;
}
</style>