Shades of Turbo #F4D11D
Tints of Turbo #F4D11D
RGB
CMYK
RGB Variations
Color information
#F4D11D (or 0xF4D11D) is known color: Turbo. HEX triplet: F4, D1 and 1D. RGB value is (244,209,29). Sum of RGB (Red+Green+Blue) = 244+209+29=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 29 (11.72% from 255 or 6.02% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D11D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D11D is #0B2EE2. Grayscale: #C7C7C7. Windows color (decimal): -732899 or 1954292. OLE color: 1954292.
HSL color Cylindrical-coordinate representation of color #F4D11D: hue angle of 50.23º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F4D11D is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 29 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.04 |
| HSL | 50.23º | 0.91% | 0.54% | - |
| HSV(B) | 50.23º | 0.88% | 0.96% | - |
| XYZ | 60.33 | 64.92 | 10.51 | - |
| YUV | 198.95 | 32.1 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 29 | 0 | 0.14 | 0.88 | 0.04 | 50.23 | 0.91 | 0.54 |
| Hex | F4 | D1 | 1D | 0 | E | 58 | 4 | 32 | 5B | 36 |
| Octal | 364 | 321 | 35 | 0 | 16 | 130 | 4 | 62 | 133 | 66 |
| Binary | 11110100 | 11010001 | 11101 | 0 | 1110 | 1011000 | 100 | 110010 | 1011011 | 110110 |
Color Harmonies of #F4D11D
Complementary color
Monochromatic Colors of #F4D11D
Black with #F4D11D
Text Example
Text Example
White with #F4D11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D11D; }
p { color: rgb(244,209,29); }
H1.HeaderClassName
{
color: #F4D11D;
}
.AnyTagClassName
{
color: #F4D11D;
}
</style>
background-color css
<style>
a { background-color: #F4D11D; }
a { background-color: rgb(244,209,29); }
div.DivClassName
{
background-color: #F4D11D;
}
.BgClassName
{
background-color: #F4D11D;
}
</style>
border-color css
<style>
span { border-color: #F4D11D; }
span { border-color: rgb(244,209,29); }
td.TdClassName
{
border-color: #F4D11D;
}
.TagClassName
{
border-color: #F4D11D;
}
</style>