Shades of Turbo #F9D515
Tints of Turbo #F9D515
RGB
CMYK
RGB Variations
Color information
#F9D515 (or 0xF9D515) is known color: Turbo. HEX triplet: F9, D5 and 15. RGB value is (249,213,21). Sum of RGB (Red+Green+Blue) = 249+213+21=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 21 (8.59% from 255 or 4.35% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D515 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D515 is #062AEA. Grayscale: #CACACA. Windows color (decimal): -404203 or 1431033. OLE color: 1431033.
HSL color Cylindrical-coordinate representation of color #F9D515: hue angle of 50.53º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9D515 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 213 | 21 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.02 |
| HSL | 50.53º | 0.95% | 0.53% | - |
| HSV(B) | 50.53º | 0.92% | 0.98% | - |
| XYZ | 63 | 67.78 | 10.47 | - |
| YUV | 201.88 | 25.93 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 213 | 21 | 0 | 0.14 | 0.92 | 0.02 | 50.53 | 0.95 | 0.53 |
| Hex | F9 | D5 | 15 | 0 | E | 5C | 2 | 33 | 5F | 35 |
| Octal | 371 | 325 | 25 | 0 | 16 | 134 | 2 | 63 | 137 | 65 |
| Binary | 11111001 | 11010101 | 10101 | 0 | 1110 | 1011100 | 10 | 110011 | 1011111 | 110101 |
Color Harmonies of #F9D515
Complementary color
Monochromatic Colors of #F9D515
Black with #F9D515
Text Example
Text Example
White with #F9D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D515; }
p { color: rgb(249,213,21); }
H1.HeaderClassName
{
color: #F9D515;
}
.AnyTagClassName
{
color: #F9D515;
}
</style>
background-color css
<style>
a { background-color: #F9D515; }
a { background-color: rgb(249,213,21); }
div.DivClassName
{
background-color: #F9D515;
}
.BgClassName
{
background-color: #F9D515;
}
</style>
border-color css
<style>
span { border-color: #F9D515; }
span { border-color: rgb(249,213,21); }
td.TdClassName
{
border-color: #F9D515;
}
.TagClassName
{
border-color: #F9D515;
}
</style>