Shades of Turbo #F9D227
Tints of Turbo #F9D227
RGB
CMYK
RGB Variations
Color information
#F9D227 (or 0xF9D227) is known color: Turbo. HEX triplet: F9, D2 and 27. RGB value is (249,210,39). Sum of RGB (Red+Green+Blue) = 249+210+39=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 39 (15.62% from 255 or 7.83% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D227 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D227 is #062DD8. Grayscale: #CACACA. Windows color (decimal): -404953 or 2609913. OLE color: 2609913.
HSL color Cylindrical-coordinate representation of color #F9D227: hue angle of 48.86º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9D227 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 210 | 39 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.02 |
| HSL | 48.86º | 0.95% | 0.56% | - |
| HSV(B) | 48.86º | 0.84% | 0.98% | - |
| XYZ | 62.48 | 66.38 | 11.44 | - |
| YUV | 202.17 | 35.92 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 210 | 39 | 0 | 0.16 | 0.84 | 0.02 | 48.86 | 0.95 | 0.56 |
| Hex | F9 | D2 | 27 | 0 | 10 | 54 | 2 | 31 | 5F | 38 |
| Octal | 371 | 322 | 47 | 0 | 20 | 124 | 2 | 61 | 137 | 70 |
| Binary | 11111001 | 11010010 | 100111 | 0 | 10000 | 1010100 | 10 | 110001 | 1011111 | 111000 |
Color Harmonies of #F9D227
Complementary color
Monochromatic Colors of #F9D227
Black with #F9D227
Text Example
Text Example
White with #F9D227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D227; }
p { color: rgb(249,210,39); }
H1.HeaderClassName
{
color: #F9D227;
}
.AnyTagClassName
{
color: #F9D227;
}
</style>
background-color css
<style>
a { background-color: #F9D227; }
a { background-color: rgb(249,210,39); }
div.DivClassName
{
background-color: #F9D227;
}
.BgClassName
{
background-color: #F9D227;
}
</style>
border-color css
<style>
span { border-color: #F9D227; }
span { border-color: rgb(249,210,39); }
td.TdClassName
{
border-color: #F9D227;
}
.TagClassName
{
border-color: #F9D227;
}
</style>