Shades of Turbo #F2D114
Tints of Turbo #F2D114
RGB
CMYK
RGB Variations
Color information
#F2D114 (or 0xF2D114) is known color: Turbo. HEX triplet: F2, D1 and 14. RGB value is (242,209,20). Sum of RGB (Red+Green+Blue) = 242+209+20=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 20 (8.20% from 255 or 4.25% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D114 is #0D2EEB. Grayscale: #C6C6C6. Windows color (decimal): -863980 or 1364466. OLE color: 1364466.
HSL color Cylindrical-coordinate representation of color #F2D114: hue angle of 51.08º degrees, saturation: 0.9, 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 #F2D114 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 20 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.05 |
| HSL | 51.08º | 0.9% | 0.51% | - |
| HSV(B) | 51.08º | 0.92% | 0.95% | - |
| XYZ | 59.54 | 64.53 | 9.98 | - |
| YUV | 197.32 | 27.93 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 20 | 0 | 0.14 | 0.92 | 0.05 | 51.08 | 0.9 | 0.51 |
| Hex | F2 | D1 | 14 | 0 | E | 5C | 5 | 33 | 5A | 33 |
| Octal | 362 | 321 | 24 | 0 | 16 | 134 | 5 | 63 | 132 | 63 |
| Binary | 11110010 | 11010001 | 10100 | 0 | 1110 | 1011100 | 101 | 110011 | 1011010 | 110011 |
Color Harmonies of #F2D114
Complementary color
Monochromatic Colors of #F2D114
Black with #F2D114
Text Example
Text Example
White with #F2D114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D114; }
p { color: rgb(242,209,20); }
H1.HeaderClassName
{
color: #F2D114;
}
.AnyTagClassName
{
color: #F2D114;
}
</style>
background-color css
<style>
a { background-color: #F2D114; }
a { background-color: rgb(242,209,20); }
div.DivClassName
{
background-color: #F2D114;
}
.BgClassName
{
background-color: #F2D114;
}
</style>
border-color css
<style>
span { border-color: #F2D114; }
span { border-color: rgb(242,209,20); }
td.TdClassName
{
border-color: #F2D114;
}
.TagClassName
{
border-color: #F2D114;
}
</style>