Shades of Turbo #F5D61C
Tints of Turbo #F5D61C
RGB
CMYK
RGB Variations
Color information
#F5D61C (or 0xF5D61C) is known color: Turbo. HEX triplet: F5, D6 and 1C. RGB value is (245,214,28). Sum of RGB (Red+Green+Blue) = 245+214+28=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 28 (11.33% from 255 or 5.75% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D61C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D61C is #0A29E3. Grayscale: #CACACA. Windows color (decimal): -666084 or 1890037. OLE color: 1890037.
HSL color Cylindrical-coordinate representation of color #F5D61C: hue angle of 51.43º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5D61C is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 214 | 28 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.04 |
| HSL | 51.43º | 0.92% | 0.54% | - |
| HSV(B) | 51.43º | 0.89% | 0.96% | - |
| XYZ | 61.91 | 67.59 | 10.88 | - |
| YUV | 202.07 | 29.77 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 214 | 28 | 0 | 0.13 | 0.89 | 0.04 | 51.43 | 0.92 | 0.54 |
| Hex | F5 | D6 | 1C | 0 | D | 59 | 4 | 33 | 5C | 36 |
| Octal | 365 | 326 | 34 | 0 | 15 | 131 | 4 | 63 | 134 | 66 |
| Binary | 11110101 | 11010110 | 11100 | 0 | 1101 | 1011001 | 100 | 110011 | 1011100 | 110110 |
Color Harmonies of #F5D61C
Complementary color
Monochromatic Colors of #F5D61C
Black with #F5D61C
Text Example
Text Example
White with #F5D61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D61C; }
p { color: rgb(245,214,28); }
H1.HeaderClassName
{
color: #F5D61C;
}
.AnyTagClassName
{
color: #F5D61C;
}
</style>
background-color css
<style>
a { background-color: #F5D61C; }
a { background-color: rgb(245,214,28); }
div.DivClassName
{
background-color: #F5D61C;
}
.BgClassName
{
background-color: #F5D61C;
}
</style>
border-color css
<style>
span { border-color: #F5D61C; }
span { border-color: rgb(245,214,28); }
td.TdClassName
{
border-color: #F5D61C;
}
.TagClassName
{
border-color: #F5D61C;
}
</style>