Shades of Turbo #F1D014
Tints of Turbo #F1D014
RGB
CMYK
RGB Variations
Color information
#F1D014 (or 0xF1D014) is known color: Turbo. HEX triplet: F1, D0 and 14. RGB value is (241,208,20). Sum of RGB (Red+Green+Blue) = 241+208+20=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D014 is #0E2FEB. Grayscale: #C5C5C5. Windows color (decimal): -929772 or 1364209. OLE color: 1364209.
HSL color Cylindrical-coordinate representation of color #F1D014: hue angle of 51.04º 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 #F1D014 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 20 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.05 |
| HSL | 51.04º | 0.89% | 0.51% | - |
| HSV(B) | 51.04º | 0.92% | 0.95% | - |
| XYZ | 58.96 | 63.86 | 9.88 | - |
| YUV | 196.44 | 28.43 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 20 | 0 | 0.14 | 0.92 | 0.05 | 51.04 | 0.89 | 0.51 |
| Hex | F1 | D0 | 14 | 0 | E | 5C | 5 | 33 | 59 | 33 |
| Octal | 361 | 320 | 24 | 0 | 16 | 134 | 5 | 63 | 131 | 63 |
| Binary | 11110001 | 11010000 | 10100 | 0 | 1110 | 1011100 | 101 | 110011 | 1011001 | 110011 |
Color Harmonies of #F1D014
Complementary color
Monochromatic Colors of #F1D014
Black with #F1D014
Text Example
Text Example
White with #F1D014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D014; }
p { color: rgb(241,208,20); }
H1.HeaderClassName
{
color: #F1D014;
}
.AnyTagClassName
{
color: #F1D014;
}
</style>
background-color css
<style>
a { background-color: #F1D014; }
a { background-color: rgb(241,208,20); }
div.DivClassName
{
background-color: #F1D014;
}
.BgClassName
{
background-color: #F1D014;
}
</style>
border-color css
<style>
span { border-color: #F1D014; }
span { border-color: rgb(241,208,20); }
td.TdClassName
{
border-color: #F1D014;
}
.TagClassName
{
border-color: #F1D014;
}
</style>