Shades of Turbo #F9C71B
Tints of Turbo #F9C71B
RGB
CMYK
RGB Variations
Color information
#F9C71B (or 0xF9C71B) is known color: Turbo. HEX triplet: F9, C7 and 1B. RGB value is (249,199,27). Sum of RGB (Red+Green+Blue) = 249+199+27=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 27 (10.94% from 255 or 5.68% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C71B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C71B is #0638E4. Grayscale: #C3C3C3. Windows color (decimal): -407781 or 1820665. OLE color: 1820665.
HSL color Cylindrical-coordinate representation of color #F9C71B: hue angle of 46.49º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9C71B is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 199 | 27 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.02 |
| HSL | 46.49º | 0.95% | 0.54% | - |
| HSV(B) | 46.49º | 0.89% | 0.98% | - |
| XYZ | 59.69 | 61.07 | 9.68 | - |
| YUV | 194.34 | 33.57 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 199 | 27 | 0 | 0.20 | 0.89 | 0.02 | 46.49 | 0.95 | 0.54 |
| Hex | F9 | C7 | 1B | 0 | 14 | 59 | 2 | 2E | 5F | 36 |
| Octal | 371 | 307 | 33 | 0 | 24 | 131 | 2 | 56 | 137 | 66 |
| Binary | 11111001 | 11000111 | 11011 | 0 | 10100 | 1011001 | 10 | 101110 | 1011111 | 110110 |
Color Harmonies of #F9C71B
Complementary color
Monochromatic Colors of #F9C71B
Black with #F9C71B
Text Example
Text Example
White with #F9C71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C71B; }
p { color: rgb(249,199,27); }
H1.HeaderClassName
{
color: #F9C71B;
}
.AnyTagClassName
{
color: #F9C71B;
}
</style>
background-color css
<style>
a { background-color: #F9C71B; }
a { background-color: rgb(249,199,27); }
div.DivClassName
{
background-color: #F9C71B;
}
.BgClassName
{
background-color: #F9C71B;
}
</style>
border-color css
<style>
span { border-color: #F9C71B; }
span { border-color: rgb(249,199,27); }
td.TdClassName
{
border-color: #F9C71B;
}
.TagClassName
{
border-color: #F9C71B;
}
</style>