Shades of Turbo #F9C521
Tints of Turbo #F9C521
RGB
CMYK
RGB Variations
Color information
#F9C521 (or 0xF9C521) is known color: Turbo. HEX triplet: F9, C5 and 21. RGB value is (249,197,33). Sum of RGB (Red+Green+Blue) = 249+197+33=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 33 (13.28% from 255 or 6.89% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C521 is #063ADE. Grayscale: #C2C2C2. Windows color (decimal): -408287 or 2213369. OLE color: 2213369.
HSL color Cylindrical-coordinate representation of color #F9C521: hue angle of 45.56º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F9C521 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 197 | 33 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.02 |
| HSL | 45.56º | 0.95% | 0.55% | - |
| HSV(B) | 45.56º | 0.87% | 0.98% | - |
| XYZ | 59.31 | 60.18 | 9.93 | - |
| YUV | 193.85 | 37.23 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 197 | 33 | 0 | 0.21 | 0.87 | 0.02 | 45.56 | 0.95 | 0.55 |
| Hex | F9 | C5 | 21 | 0 | 15 | 57 | 2 | 2E | 5F | 37 |
| Octal | 371 | 305 | 41 | 0 | 25 | 127 | 2 | 56 | 137 | 67 |
| Binary | 11111001 | 11000101 | 100001 | 0 | 10101 | 1010111 | 10 | 101110 | 1011111 | 110111 |
Color Harmonies of #F9C521
Complementary color
Monochromatic Colors of #F9C521
Black with #F9C521
Text Example
Text Example
White with #F9C521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C521; }
p { color: rgb(249,197,33); }
H1.HeaderClassName
{
color: #F9C521;
}
.AnyTagClassName
{
color: #F9C521;
}
</style>
background-color css
<style>
a { background-color: #F9C521; }
a { background-color: rgb(249,197,33); }
div.DivClassName
{
background-color: #F9C521;
}
.BgClassName
{
background-color: #F9C521;
}
</style>
border-color css
<style>
span { border-color: #F9C521; }
span { border-color: rgb(249,197,33); }
td.TdClassName
{
border-color: #F9C521;
}
.TagClassName
{
border-color: #F9C521;
}
</style>