Shades of Turbo #F9D624
Tints of Turbo #F9D624
RGB
CMYK
RGB Variations
Color information
#F9D624 (or 0xF9D624) is known color: Turbo. HEX triplet: F9, D6 and 24. RGB value is (249,214,36). Sum of RGB (Red+Green+Blue) = 249+214+36=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 36 (14.45% from 255 or 7.21% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D624 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D624 is #0629DB. Grayscale: #CCCCCC. Windows color (decimal): -403932 or 2414329. OLE color: 2414329.
HSL color Cylindrical-coordinate representation of color #F9D624: hue angle of 50.14º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F9D624 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 214 | 36 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.02 |
| HSL | 50.14º | 0.95% | 0.56% | - |
| HSV(B) | 50.14º | 0.86% | 0.98% | - |
| XYZ | 63.43 | 68.36 | 11.52 | - |
| YUV | 204.17 | 33.1 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 214 | 36 | 0 | 0.14 | 0.86 | 0.02 | 50.14 | 0.95 | 0.56 |
| Hex | F9 | D6 | 24 | 0 | E | 56 | 2 | 32 | 5F | 38 |
| Octal | 371 | 326 | 44 | 0 | 16 | 126 | 2 | 62 | 137 | 70 |
| Binary | 11111001 | 11010110 | 100100 | 0 | 1110 | 1010110 | 10 | 110010 | 1011111 | 111000 |
Color Harmonies of #F9D624
Complementary color
Monochromatic Colors of #F9D624
Black with #F9D624
Text Example
Text Example
White with #F9D624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D624; }
p { color: rgb(249,214,36); }
H1.HeaderClassName
{
color: #F9D624;
}
.AnyTagClassName
{
color: #F9D624;
}
</style>
background-color css
<style>
a { background-color: #F9D624; }
a { background-color: rgb(249,214,36); }
div.DivClassName
{
background-color: #F9D624;
}
.BgClassName
{
background-color: #F9D624;
}
</style>
border-color css
<style>
span { border-color: #F9D624; }
span { border-color: rgb(249,214,36); }
td.TdClassName
{
border-color: #F9D624;
}
.TagClassName
{
border-color: #F9D624;
}
</style>