Shades of Turbo #F9D616
Tints of Turbo #F9D616
RGB
CMYK
RGB Variations
Color information
#F9D616 (or 0xF9D616) is known color: Turbo. HEX triplet: F9, D6 and 16. RGB value is (249,214,22). Sum of RGB (Red+Green+Blue) = 249+214+22=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 22 (8.98% from 255 or 4.54% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D616 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D616 is #0629E9. Grayscale: #CBCBCB. Windows color (decimal): -403946 or 1496825. OLE color: 1496825.
HSL color Cylindrical-coordinate representation of color #F9D616: hue angle of 50.75º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F9D616 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 214 | 22 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.02 |
| HSL | 50.75º | 0.95% | 0.53% | - |
| HSV(B) | 50.75º | 0.91% | 0.98% | - |
| XYZ | 63.26 | 68.29 | 10.61 | - |
| YUV | 202.58 | 26.1 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 214 | 22 | 0 | 0.14 | 0.91 | 0.02 | 50.75 | 0.95 | 0.53 |
| Hex | F9 | D6 | 16 | 0 | E | 5B | 2 | 33 | 5F | 35 |
| Octal | 371 | 326 | 26 | 0 | 16 | 133 | 2 | 63 | 137 | 65 |
| Binary | 11111001 | 11010110 | 10110 | 0 | 1110 | 1011011 | 10 | 110011 | 1011111 | 110101 |
Color Harmonies of #F9D616
Complementary color
Monochromatic Colors of #F9D616
Black with #F9D616
Text Example
Text Example
White with #F9D616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D616; }
p { color: rgb(249,214,22); }
H1.HeaderClassName
{
color: #F9D616;
}
.AnyTagClassName
{
color: #F9D616;
}
</style>
background-color css
<style>
a { background-color: #F9D616; }
a { background-color: rgb(249,214,22); }
div.DivClassName
{
background-color: #F9D616;
}
.BgClassName
{
background-color: #F9D616;
}
</style>
border-color css
<style>
span { border-color: #F9D616; }
span { border-color: rgb(249,214,22); }
td.TdClassName
{
border-color: #F9D616;
}
.TagClassName
{
border-color: #F9D616;
}
</style>