Shades of Turbo #F5D61D
Tints of Turbo #F5D61D
RGB
CMYK
RGB Variations
Color information
#F5D61D (or 0xF5D61D) is known color: Turbo. HEX triplet: F5, D6 and 1D. RGB value is (245,214,29). Sum of RGB (Red+Green+Blue) = 245+214+29=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D61D is #0A29E2. Grayscale: #CACACA. Windows color (decimal): -666083 or 1955573. OLE color: 1955573.
HSL color Cylindrical-coordinate representation of color #F5D61D: hue angle of 51.39º 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 #F5D61D is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 214 | 29 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.04 |
| HSL | 51.39º | 0.92% | 0.54% | - |
| HSV(B) | 51.39º | 0.88% | 0.96% | - |
| XYZ | 61.92 | 67.59 | 10.95 | - |
| YUV | 202.18 | 30.27 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 214 | 29 | 0 | 0.13 | 0.88 | 0.04 | 51.39 | 0.92 | 0.54 |
| Hex | F5 | D6 | 1D | 0 | D | 58 | 4 | 33 | 5C | 36 |
| Octal | 365 | 326 | 35 | 0 | 15 | 130 | 4 | 63 | 134 | 66 |
| Binary | 11110101 | 11010110 | 11101 | 0 | 1101 | 1011000 | 100 | 110011 | 1011100 | 110110 |
Color Harmonies of #F5D61D
Complementary color
Monochromatic Colors of #F5D61D
Black with #F5D61D
Text Example
Text Example
White with #F5D61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D61D; }
p { color: rgb(245,214,29); }
H1.HeaderClassName
{
color: #F5D61D;
}
.AnyTagClassName
{
color: #F5D61D;
}
</style>
background-color css
<style>
a { background-color: #F5D61D; }
a { background-color: rgb(245,214,29); }
div.DivClassName
{
background-color: #F5D61D;
}
.BgClassName
{
background-color: #F5D61D;
}
</style>
border-color css
<style>
span { border-color: #F5D61D; }
span { border-color: rgb(245,214,29); }
td.TdClassName
{
border-color: #F5D61D;
}
.TagClassName
{
border-color: #F5D61D;
}
</style>