Shades of Turbo #F1D310
Tints of Turbo #F1D310
RGB
CMYK
RGB Variations
Color information
#F1D310 (or 0xF1D310) is known color: Turbo. HEX triplet: F1, D3 and 10. RGB value is (241,211,16). Sum of RGB (Red+Green+Blue) = 241+211+16=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 16 (6.64% from 255 or 3.42% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D310 is #0E2CEF. Grayscale: #C6C6C6. Windows color (decimal): -929008 or 1102833. OLE color: 1102833.
HSL color Cylindrical-coordinate representation of color #F1D310: hue angle of 52º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1D310 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 16 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.05 |
| HSL | 52º | 0.89% | 0.5% | - |
| HSV(B) | 52º | 0.93% | 0.95% | - |
| XYZ | 59.66 | 65.33 | 9.95 | - |
| YUV | 197.74 | 25.44 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 16 | 0 | 0.12 | 0.93 | 0.05 | 52 | 0.89 | 0.5 |
| Hex | F1 | D3 | 10 | 0 | C | 5D | 5 | 34 | 59 | 32 |
| Octal | 361 | 323 | 20 | 0 | 14 | 135 | 5 | 64 | 131 | 62 |
| Binary | 11110001 | 11010011 | 10000 | 0 | 1100 | 1011101 | 101 | 110100 | 1011001 | 110010 |
Color Harmonies of #F1D310
Complementary color
Monochromatic Colors of #F1D310
Black with #F1D310
Text Example
Text Example
White with #F1D310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D310; }
p { color: rgb(241,211,16); }
H1.HeaderClassName
{
color: #F1D310;
}
.AnyTagClassName
{
color: #F1D310;
}
</style>
background-color css
<style>
a { background-color: #F1D310; }
a { background-color: rgb(241,211,16); }
div.DivClassName
{
background-color: #F1D310;
}
.BgClassName
{
background-color: #F1D310;
}
</style>
border-color css
<style>
span { border-color: #F1D310; }
span { border-color: rgb(241,211,16); }
td.TdClassName
{
border-color: #F1D310;
}
.TagClassName
{
border-color: #F1D310;
}
</style>