Shades of Turbo #F4D122
Tints of Turbo #F4D122
RGB
CMYK
RGB Variations
Color information
#F4D122 (or 0xF4D122) is known color: Turbo. HEX triplet: F4, D1 and 22. RGB value is (244,209,34). Sum of RGB (Red+Green+Blue) = 244+209+34=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 34 (13.67% from 255 or 6.98% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D122 is #0B2EDD. Grayscale: #C8C8C8. Windows color (decimal): -732894 or 2281972. OLE color: 2281972.
HSL color Cylindrical-coordinate representation of color #F4D122: hue angle of 50º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4D122 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 34 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.04 |
| HSL | 50º | 0.91% | 0.55% | - |
| HSV(B) | 50º | 0.86% | 0.96% | - |
| XYZ | 60.4 | 64.95 | 10.87 | - |
| YUV | 199.52 | 34.6 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 34 | 0 | 0.14 | 0.86 | 0.04 | 50 | 0.91 | 0.55 |
| Hex | F4 | D1 | 22 | 0 | E | 56 | 4 | 32 | 5B | 37 |
| Octal | 364 | 321 | 42 | 0 | 16 | 126 | 4 | 62 | 133 | 67 |
| Binary | 11110100 | 11010001 | 100010 | 0 | 1110 | 1010110 | 100 | 110010 | 1011011 | 110111 |
Color Harmonies of #F4D122
Complementary color
Monochromatic Colors of #F4D122
Black with #F4D122
Text Example
Text Example
White with #F4D122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D122; }
p { color: rgb(244,209,34); }
H1.HeaderClassName
{
color: #F4D122;
}
.AnyTagClassName
{
color: #F4D122;
}
</style>
background-color css
<style>
a { background-color: #F4D122; }
a { background-color: rgb(244,209,34); }
div.DivClassName
{
background-color: #F4D122;
}
.BgClassName
{
background-color: #F4D122;
}
</style>
border-color css
<style>
span { border-color: #F4D122; }
span { border-color: rgb(244,209,34); }
td.TdClassName
{
border-color: #F4D122;
}
.TagClassName
{
border-color: #F4D122;
}
</style>