Shades of Turbo #F9D619
Tints of Turbo #F9D619
RGB
CMYK
RGB Variations
Color information
#F9D619 (or 0xF9D619) is known color: Turbo. HEX triplet: F9, D6 and 19. RGB value is (249,214,25). Sum of RGB (Red+Green+Blue) = 249+214+25=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 25 (10.16% from 255 or 5.12% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D619 is #0629E6. Grayscale: #CBCBCB. Windows color (decimal): -403943 or 1693433. OLE color: 1693433.
HSL color Cylindrical-coordinate representation of color #F9D619: hue angle of 50.62º 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 #F9D619 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 214 | 25 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.02 |
| HSL | 50.63º | 0.95% | 0.54% | - |
| HSV(B) | 50.63º | 0.9% | 0.98% | - |
| XYZ | 63.29 | 68.3 | 10.77 | - |
| YUV | 202.92 | 27.6 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 214 | 25 | 0 | 0.14 | 0.90 | 0.02 | 50.63 | 0.95 | 0.54 |
| Hex | F9 | D6 | 19 | 0 | E | 5A | 2 | 33 | 5F | 36 |
| Octal | 371 | 326 | 31 | 0 | 16 | 132 | 2 | 63 | 137 | 66 |
| Binary | 11111001 | 11010110 | 11001 | 0 | 1110 | 1011010 | 10 | 110011 | 1011111 | 110110 |
Color Harmonies of #F9D619
Complementary color
Monochromatic Colors of #F9D619
Black with #F9D619
Text Example
Text Example
White with #F9D619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D619; }
p { color: rgb(249,214,25); }
H1.HeaderClassName
{
color: #F9D619;
}
.AnyTagClassName
{
color: #F9D619;
}
</style>
background-color css
<style>
a { background-color: #F9D619; }
a { background-color: rgb(249,214,25); }
div.DivClassName
{
background-color: #F9D619;
}
.BgClassName
{
background-color: #F9D619;
}
</style>
border-color css
<style>
span { border-color: #F9D619; }
span { border-color: rgb(249,214,25); }
td.TdClassName
{
border-color: #F9D619;
}
.TagClassName
{
border-color: #F9D619;
}
</style>