Shades of Turbo #F9C921
Tints of Turbo #F9C921
RGB
CMYK
RGB Variations
Color information
#F9C921 (or 0xF9C921) is known color: Turbo. HEX triplet: F9, C9 and 21. RGB value is (249,201,33). Sum of RGB (Red+Green+Blue) = 249+201+33=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 33 (13.28% from 255 or 6.83% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C921 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C921 is #0636DE. Grayscale: #C4C4C4. Windows color (decimal): -407263 or 2214393. OLE color: 2214393.
HSL color Cylindrical-coordinate representation of color #F9C921: hue angle of 46.67º 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 #F9C921 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 201 | 33 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.02 |
| HSL | 46.67º | 0.95% | 0.55% | - |
| HSV(B) | 46.67º | 0.87% | 0.98% | - |
| XYZ | 60.23 | 62.02 | 10.24 | - |
| YUV | 196.2 | 35.9 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 201 | 33 | 0 | 0.19 | 0.87 | 0.02 | 46.67 | 0.95 | 0.55 |
| Hex | F9 | C9 | 21 | 0 | 13 | 57 | 2 | 2F | 5F | 37 |
| Octal | 371 | 311 | 41 | 0 | 23 | 127 | 2 | 57 | 137 | 67 |
| Binary | 11111001 | 11001001 | 100001 | 0 | 10011 | 1010111 | 10 | 101111 | 1011111 | 110111 |
Color Harmonies of #F9C921
Complementary color
Monochromatic Colors of #F9C921
Black with #F9C921
Text Example
Text Example
White with #F9C921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C921; }
p { color: rgb(249,201,33); }
H1.HeaderClassName
{
color: #F9C921;
}
.AnyTagClassName
{
color: #F9C921;
}
</style>
background-color css
<style>
a { background-color: #F9C921; }
a { background-color: rgb(249,201,33); }
div.DivClassName
{
background-color: #F9C921;
}
.BgClassName
{
background-color: #F9C921;
}
</style>
border-color css
<style>
span { border-color: #F9C921; }
span { border-color: rgb(249,201,33); }
td.TdClassName
{
border-color: #F9C921;
}
.TagClassName
{
border-color: #F9C921;
}
</style>