Shades of Turbo #F5D126
Tints of Turbo #F5D126
RGB
CMYK
RGB Variations
Color information
#F5D126 (or 0xF5D126) is known color: Turbo. HEX triplet: F5, D1 and 26. RGB value is (245,209,38). Sum of RGB (Red+Green+Blue) = 245+209+38=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 38 (15.23% from 255 or 7.72% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D126 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D126 is #0A2ED9. Grayscale: #C8C8C8. Windows color (decimal): -667354 or 2544117. OLE color: 2544117.
HSL color Cylindrical-coordinate representation of color #F5D126: hue angle of 49.57º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5D126 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 38 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.04 |
| HSL | 49.57º | 0.91% | 0.55% | - |
| HSV(B) | 49.57º | 0.84% | 0.96% | - |
| XYZ | 60.81 | 65.15 | 11.2 | - |
| YUV | 200.27 | 36.43 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 38 | 0 | 0.15 | 0.84 | 0.04 | 49.57 | 0.91 | 0.55 |
| Hex | F5 | D1 | 26 | 0 | F | 54 | 4 | 32 | 5B | 37 |
| Octal | 365 | 321 | 46 | 0 | 17 | 124 | 4 | 62 | 133 | 67 |
| Binary | 11110101 | 11010001 | 100110 | 0 | 1111 | 1010100 | 100 | 110010 | 1011011 | 110111 |
Color Harmonies of #F5D126
Complementary color
Monochromatic Colors of #F5D126
Black with #F5D126
Text Example
Text Example
White with #F5D126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D126; }
p { color: rgb(245,209,38); }
H1.HeaderClassName
{
color: #F5D126;
}
.AnyTagClassName
{
color: #F5D126;
}
</style>
background-color css
<style>
a { background-color: #F5D126; }
a { background-color: rgb(245,209,38); }
div.DivClassName
{
background-color: #F5D126;
}
.BgClassName
{
background-color: #F5D126;
}
</style>
border-color css
<style>
span { border-color: #F5D126; }
span { border-color: rgb(245,209,38); }
td.TdClassName
{
border-color: #F5D126;
}
.TagClassName
{
border-color: #F5D126;
}
</style>