Shades of Turbo #F9D521
Tints of Turbo #F9D521
RGB
CMYK
RGB Variations
Color information
#F9D521 (or 0xF9D521) is known color: Turbo. HEX triplet: F9, D5 and 21. RGB value is (249,213,33). Sum of RGB (Red+Green+Blue) = 249+213+33=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 33 (13.28% from 255 or 6.67% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D521 is #062ADE. Grayscale: #CCCCCC. Windows color (decimal): -404191 or 2217465. OLE color: 2217465.
HSL color Cylindrical-coordinate representation of color #F9D521: hue angle of 50º 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 #F9D521 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 213 | 33 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.02 |
| HSL | 50º | 0.95% | 0.55% | - |
| HSV(B) | 50º | 0.87% | 0.98% | - |
| XYZ | 63.14 | 67.84 | 11.21 | - |
| YUV | 203.24 | 31.93 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 213 | 33 | 0 | 0.14 | 0.87 | 0.02 | 50 | 0.95 | 0.55 |
| Hex | F9 | D5 | 21 | 0 | E | 57 | 2 | 32 | 5F | 37 |
| Octal | 371 | 325 | 41 | 0 | 16 | 127 | 2 | 62 | 137 | 67 |
| Binary | 11111001 | 11010101 | 100001 | 0 | 1110 | 1010111 | 10 | 110010 | 1011111 | 110111 |
Color Harmonies of #F9D521
Complementary color
Monochromatic Colors of #F9D521
Black with #F9D521
Text Example
Text Example
White with #F9D521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D521; }
p { color: rgb(249,213,33); }
H1.HeaderClassName
{
color: #F9D521;
}
.AnyTagClassName
{
color: #F9D521;
}
</style>
background-color css
<style>
a { background-color: #F9D521; }
a { background-color: rgb(249,213,33); }
div.DivClassName
{
background-color: #F9D521;
}
.BgClassName
{
background-color: #F9D521;
}
</style>
border-color css
<style>
span { border-color: #F9D521; }
span { border-color: rgb(249,213,33); }
td.TdClassName
{
border-color: #F9D521;
}
.TagClassName
{
border-color: #F9D521;
}
</style>