Shades of Turbo #F4D412
Tints of Turbo #F4D412
RGB
CMYK
RGB Variations
Color information
#F4D412 (or 0xF4D412) is known color: Turbo. HEX triplet: F4, D4 and 12. RGB value is (244,212,18). Sum of RGB (Red+Green+Blue) = 244+212+18=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 18 (7.42% from 255 or 3.80% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D412 is #0B2BED. Grayscale: #C8C8C8. Windows color (decimal): -732142 or 1234164. OLE color: 1234164.
HSL color Cylindrical-coordinate representation of color #F4D412: hue angle of 51.5º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4D412 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 212 | 18 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.04 |
| HSL | 51.5º | 0.91% | 0.51% | - |
| HSV(B) | 51.5º | 0.93% | 0.96% | - |
| XYZ | 60.96 | 66.36 | 10.17 | - |
| YUV | 199.45 | 25.6 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 212 | 18 | 0 | 0.13 | 0.93 | 0.04 | 51.5 | 0.91 | 0.51 |
| Hex | F4 | D4 | 12 | 0 | D | 5D | 4 | 34 | 5B | 33 |
| Octal | 364 | 324 | 22 | 0 | 15 | 135 | 4 | 64 | 133 | 63 |
| Binary | 11110100 | 11010100 | 10010 | 0 | 1101 | 1011101 | 100 | 110100 | 1011011 | 110011 |
Color Harmonies of #F4D412
Complementary color
Monochromatic Colors of #F4D412
Black with #F4D412
Text Example
Text Example
White with #F4D412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D412; }
p { color: rgb(244,212,18); }
H1.HeaderClassName
{
color: #F4D412;
}
.AnyTagClassName
{
color: #F4D412;
}
</style>
background-color css
<style>
a { background-color: #F4D412; }
a { background-color: rgb(244,212,18); }
div.DivClassName
{
background-color: #F4D412;
}
.BgClassName
{
background-color: #F4D412;
}
</style>
border-color css
<style>
span { border-color: #F4D412; }
span { border-color: rgb(244,212,18); }
td.TdClassName
{
border-color: #F4D412;
}
.TagClassName
{
border-color: #F4D412;
}
</style>