Shades of Turbo #F4D114
Tints of Turbo #F4D114
RGB
CMYK
RGB Variations
Color information
#F4D114 (or 0xF4D114) is known color: Turbo. HEX triplet: F4, D1 and 14. RGB value is (244,209,20). Sum of RGB (Red+Green+Blue) = 244+209+20=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D114 is #0B2EEB. Grayscale: #C6C6C6. Windows color (decimal): -732908 or 1364468. OLE color: 1364468.
HSL color Cylindrical-coordinate representation of color #F4D114: hue angle of 50.62º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F4D114 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 20 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.04 |
| HSL | 50.63º | 0.91% | 0.52% | - |
| HSV(B) | 50.63º | 0.92% | 0.96% | - |
| XYZ | 60.23 | 64.88 | 10.01 | - |
| YUV | 197.92 | 27.6 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 20 | 0 | 0.14 | 0.92 | 0.04 | 50.63 | 0.91 | 0.52 |
| Hex | F4 | D1 | 14 | 0 | E | 5C | 4 | 33 | 5B | 34 |
| Octal | 364 | 321 | 24 | 0 | 16 | 134 | 4 | 63 | 133 | 64 |
| Binary | 11110100 | 11010001 | 10100 | 0 | 1110 | 1011100 | 100 | 110011 | 1011011 | 110100 |
Color Harmonies of #F4D114
Complementary color
Monochromatic Colors of #F4D114
Black with #F4D114
Text Example
Text Example
White with #F4D114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D114; }
p { color: rgb(244,209,20); }
H1.HeaderClassName
{
color: #F4D114;
}
.AnyTagClassName
{
color: #F4D114;
}
</style>
background-color css
<style>
a { background-color: #F4D114; }
a { background-color: rgb(244,209,20); }
div.DivClassName
{
background-color: #F4D114;
}
.BgClassName
{
background-color: #F4D114;
}
</style>
border-color css
<style>
span { border-color: #F4D114; }
span { border-color: rgb(244,209,20); }
td.TdClassName
{
border-color: #F4D114;
}
.TagClassName
{
border-color: #F4D114;
}
</style>