Shades of Turbo #F9D921
Tints of Turbo #F9D921
RGB
CMYK
RGB Variations
Color information
#F9D921 (or 0xF9D921) is known color: Turbo. HEX triplet: F9, D9 and 21. RGB value is (249,217,33). Sum of RGB (Red+Green+Blue) = 249+217+33=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 33 (13.28% from 255 or 6.61% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D921 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D921 is #0626DE. Grayscale: #CECECE. Windows color (decimal): -403167 or 2218489. OLE color: 2218489.
HSL color Cylindrical-coordinate representation of color #F9D921: hue angle of 51.11º 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 #F9D921 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 217 | 33 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.02 |
| HSL | 51.11º | 0.95% | 0.55% | - |
| HSV(B) | 51.11º | 0.87% | 0.98% | - |
| XYZ | 64.15 | 69.88 | 11.54 | - |
| YUV | 205.59 | 30.6 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 217 | 33 | 0 | 0.13 | 0.87 | 0.02 | 51.11 | 0.95 | 0.55 |
| Hex | F9 | D9 | 21 | 0 | D | 57 | 2 | 33 | 5F | 37 |
| Octal | 371 | 331 | 41 | 0 | 15 | 127 | 2 | 63 | 137 | 67 |
| Binary | 11111001 | 11011001 | 100001 | 0 | 1101 | 1010111 | 10 | 110011 | 1011111 | 110111 |
Color Harmonies of #F9D921
Complementary color
Monochromatic Colors of #F9D921
Black with #F9D921
Text Example
Text Example
White with #F9D921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D921; }
p { color: rgb(249,217,33); }
H1.HeaderClassName
{
color: #F9D921;
}
.AnyTagClassName
{
color: #F9D921;
}
</style>
background-color css
<style>
a { background-color: #F9D921; }
a { background-color: rgb(249,217,33); }
div.DivClassName
{
background-color: #F9D921;
}
.BgClassName
{
background-color: #F9D921;
}
</style>
border-color css
<style>
span { border-color: #F9D921; }
span { border-color: rgb(249,217,33); }
td.TdClassName
{
border-color: #F9D921;
}
.TagClassName
{
border-color: #F9D921;
}
</style>