Shades of Turbo #F1D315
Tints of Turbo #F1D315
RGB
CMYK
RGB Variations
Color information
#F1D315 (or 0xF1D315) is known color: Turbo. HEX triplet: F1, D3 and 15. RGB value is (241,211,21). Sum of RGB (Red+Green+Blue) = 241+211+21=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 21 (8.59% from 255 or 4.44% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D315 is #0E2CEA. Grayscale: #C7C7C7. Windows color (decimal): -929003 or 1430513. OLE color: 1430513.
HSL color Cylindrical-coordinate representation of color #F1D315: hue angle of 51.82º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1D315 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 21 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.05 |
| HSL | 51.82º | 0.89% | 0.51% | - |
| HSV(B) | 51.82º | 0.91% | 0.95% | - |
| XYZ | 59.71 | 65.34 | 10.18 | - |
| YUV | 198.31 | 27.94 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 21 | 0 | 0.12 | 0.91 | 0.05 | 51.82 | 0.89 | 0.51 |
| Hex | F1 | D3 | 15 | 0 | C | 5B | 5 | 34 | 59 | 33 |
| Octal | 361 | 323 | 25 | 0 | 14 | 133 | 5 | 64 | 131 | 63 |
| Binary | 11110001 | 11010011 | 10101 | 0 | 1100 | 1011011 | 101 | 110100 | 1011001 | 110011 |
Color Harmonies of #F1D315
Complementary color
Monochromatic Colors of #F1D315
Black with #F1D315
Text Example
Text Example
White with #F1D315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D315; }
p { color: rgb(241,211,21); }
H1.HeaderClassName
{
color: #F1D315;
}
.AnyTagClassName
{
color: #F1D315;
}
</style>
background-color css
<style>
a { background-color: #F1D315; }
a { background-color: rgb(241,211,21); }
div.DivClassName
{
background-color: #F1D315;
}
.BgClassName
{
background-color: #F1D315;
}
</style>
border-color css
<style>
span { border-color: #F1D315; }
span { border-color: rgb(241,211,21); }
td.TdClassName
{
border-color: #F1D315;
}
.TagClassName
{
border-color: #F1D315;
}
</style>