Shades of Turbo #F5D927
Tints of Turbo #F5D927
RGB
CMYK
RGB Variations
Color information
#F5D927 (or 0xF5D927) is known color: Turbo. HEX triplet: F5, D9 and 27. RGB value is (245,217,39). Sum of RGB (Red+Green+Blue) = 245+217+39=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 39 (15.62% from 255 or 7.78% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D927 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D927 is #0A26D8. Grayscale: #CDCDCD. Windows color (decimal): -665305 or 2611701. OLE color: 2611701.
HSL color Cylindrical-coordinate representation of color #F5D927: hue angle of 51.84º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5D927 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 39 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.04 |
| HSL | 51.84º | 0.91% | 0.56% | - |
| HSV(B) | 51.84º | 0.84% | 0.96% | - |
| XYZ | 62.84 | 69.18 | 11.96 | - |
| YUV | 205.08 | 34.28 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 39 | 0 | 0.11 | 0.84 | 0.04 | 51.84 | 0.91 | 0.56 |
| Hex | F5 | D9 | 27 | 0 | B | 54 | 4 | 34 | 5B | 38 |
| Octal | 365 | 331 | 47 | 0 | 13 | 124 | 4 | 64 | 133 | 70 |
| Binary | 11110101 | 11011001 | 100111 | 0 | 1011 | 1010100 | 100 | 110100 | 1011011 | 111000 |
Color Harmonies of #F5D927
Complementary color
Monochromatic Colors of #F5D927
Black with #F5D927
Text Example
Text Example
White with #F5D927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D927; }
p { color: rgb(245,217,39); }
H1.HeaderClassName
{
color: #F5D927;
}
.AnyTagClassName
{
color: #F5D927;
}
</style>
background-color css
<style>
a { background-color: #F5D927; }
a { background-color: rgb(245,217,39); }
div.DivClassName
{
background-color: #F5D927;
}
.BgClassName
{
background-color: #F5D927;
}
</style>
border-color css
<style>
span { border-color: #F5D927; }
span { border-color: rgb(245,217,39); }
td.TdClassName
{
border-color: #F5D927;
}
.TagClassName
{
border-color: #F5D927;
}
</style>