Shades of Turbo #F5D91D
Tints of Turbo #F5D91D
RGB
CMYK
RGB Variations
Color information
#F5D91D (or 0xF5D91D) is known color: Turbo. HEX triplet: F5, D9 and 1D. RGB value is (245,217,29). Sum of RGB (Red+Green+Blue) = 245+217+29=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 29 (11.72% from 255 or 5.91% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D91D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D91D is #0A26E2. Grayscale: #CCCCCC. Windows color (decimal): -665315 or 1956341. OLE color: 1956341.
HSL color Cylindrical-coordinate representation of color #F5D91D: hue angle of 52.22º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5D91D is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 29 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.04 |
| HSL | 52.22º | 0.92% | 0.54% | - |
| HSV(B) | 52.22º | 0.88% | 0.96% | - |
| XYZ | 62.69 | 69.13 | 11.2 | - |
| YUV | 203.94 | 29.28 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 29 | 0 | 0.11 | 0.88 | 0.04 | 52.22 | 0.92 | 0.54 |
| Hex | F5 | D9 | 1D | 0 | B | 58 | 4 | 34 | 5C | 36 |
| Octal | 365 | 331 | 35 | 0 | 13 | 130 | 4 | 64 | 134 | 66 |
| Binary | 11110101 | 11011001 | 11101 | 0 | 1011 | 1011000 | 100 | 110100 | 1011100 | 110110 |
Color Harmonies of #F5D91D
Complementary color
Monochromatic Colors of #F5D91D
Black with #F5D91D
Text Example
Text Example
White with #F5D91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D91D; }
p { color: rgb(245,217,29); }
H1.HeaderClassName
{
color: #F5D91D;
}
.AnyTagClassName
{
color: #F5D91D;
}
</style>
background-color css
<style>
a { background-color: #F5D91D; }
a { background-color: rgb(245,217,29); }
div.DivClassName
{
background-color: #F5D91D;
}
.BgClassName
{
background-color: #F5D91D;
}
</style>
border-color css
<style>
span { border-color: #F5D91D; }
span { border-color: rgb(245,217,29); }
td.TdClassName
{
border-color: #F5D91D;
}
.TagClassName
{
border-color: #F5D91D;
}
</style>