Shades of Turbo #F4D11B
Tints of Turbo #F4D11B
RGB
CMYK
RGB Variations
Color information
#F4D11B (or 0xF4D11B) is known color: Turbo. HEX triplet: F4, D1 and 1B. RGB value is (244,209,27). Sum of RGB (Red+Green+Blue) = 244+209+27=480 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.83% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 27 (10.94% from 255 or 5.62% from 480); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D11B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D11B is #0B2EE4. Grayscale: #C7C7C7. Windows color (decimal): -732901 or 1823220. OLE color: 1823220.
HSL color Cylindrical-coordinate representation of color #F4D11B: hue angle of 50.32º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4D11B is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 27 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.04 |
| HSL | 50.32º | 0.91% | 0.53% | - |
| HSV(B) | 50.32º | 0.89% | 0.96% | - |
| XYZ | 60.31 | 64.91 | 10.39 | - |
| YUV | 198.72 | 31.1 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 27 | 0 | 0.14 | 0.89 | 0.04 | 50.32 | 0.91 | 0.53 |
| Hex | F4 | D1 | 1B | 0 | E | 59 | 4 | 32 | 5B | 35 |
| Octal | 364 | 321 | 33 | 0 | 16 | 131 | 4 | 62 | 133 | 65 |
| Binary | 11110100 | 11010001 | 11011 | 0 | 1110 | 1011001 | 100 | 110010 | 1011011 | 110101 |
Color Harmonies of #F4D11B
Complementary color
Monochromatic Colors of #F4D11B
Black with #F4D11B
Text Example
Text Example
White with #F4D11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D11B; }
p { color: rgb(244,209,27); }
H1.HeaderClassName
{
color: #F4D11B;
}
.AnyTagClassName
{
color: #F4D11B;
}
</style>
background-color css
<style>
a { background-color: #F4D11B; }
a { background-color: rgb(244,209,27); }
div.DivClassName
{
background-color: #F4D11B;
}
.BgClassName
{
background-color: #F4D11B;
}
</style>
border-color css
<style>
span { border-color: #F4D11B; }
span { border-color: rgb(244,209,27); }
td.TdClassName
{
border-color: #F4D11B;
}
.TagClassName
{
border-color: #F4D11B;
}
</style>