Shades of Turbo #F1D313
Tints of Turbo #F1D313
RGB
CMYK
RGB Variations
Color information
#F1D313 (or 0xF1D313) is known color: Turbo. HEX triplet: F1, D3 and 13. RGB value is (241,211,19). Sum of RGB (Red+Green+Blue) = 241+211+19=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 19 (7.81% from 255 or 4.03% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D313 is #0E2CEC. Grayscale: #C6C6C6. Windows color (decimal): -929005 or 1299441. OLE color: 1299441.
HSL color Cylindrical-coordinate representation of color #F1D313: hue angle of 51.89º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1D313 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 19 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.05 |
| HSL | 51.89º | 0.89% | 0.51% | - |
| HSV(B) | 51.89º | 0.92% | 0.95% | - |
| XYZ | 59.69 | 65.34 | 10.08 | - |
| YUV | 198.08 | 26.94 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 19 | 0 | 0.12 | 0.92 | 0.05 | 51.89 | 0.89 | 0.51 |
| Hex | F1 | D3 | 13 | 0 | C | 5C | 5 | 34 | 59 | 33 |
| Octal | 361 | 323 | 23 | 0 | 14 | 134 | 5 | 64 | 131 | 63 |
| Binary | 11110001 | 11010011 | 10011 | 0 | 1100 | 1011100 | 101 | 110100 | 1011001 | 110011 |
Color Harmonies of #F1D313
Complementary color
Monochromatic Colors of #F1D313
Black with #F1D313
Text Example
Text Example
White with #F1D313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D313; }
p { color: rgb(241,211,19); }
H1.HeaderClassName
{
color: #F1D313;
}
.AnyTagClassName
{
color: #F1D313;
}
</style>
background-color css
<style>
a { background-color: #F1D313; }
a { background-color: rgb(241,211,19); }
div.DivClassName
{
background-color: #F1D313;
}
.BgClassName
{
background-color: #F1D313;
}
</style>
border-color css
<style>
span { border-color: #F1D313; }
span { border-color: rgb(241,211,19); }
td.TdClassName
{
border-color: #F1D313;
}
.TagClassName
{
border-color: #F1D313;
}
</style>