Shades of Turbo #F4D121
Tints of Turbo #F4D121
RGB
CMYK
RGB Variations
Color information
#F4D121 (or 0xF4D121) is known color: Turbo. HEX triplet: F4, D1 and 21. RGB value is (244,209,33). Sum of RGB (Red+Green+Blue) = 244+209+33=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 33 (13.28% from 255 or 6.79% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D121 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D121 is #0B2EDE. Grayscale: #C8C8C8. Windows color (decimal): -732895 or 2216436. OLE color: 2216436.
HSL color Cylindrical-coordinate representation of color #F4D121: hue angle of 50.05º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4D121 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 33 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.04 |
| HSL | 50.05º | 0.91% | 0.54% | - |
| HSV(B) | 50.05º | 0.86% | 0.96% | - |
| XYZ | 60.38 | 64.94 | 10.79 | - |
| YUV | 199.4 | 34.1 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 33 | 0 | 0.14 | 0.86 | 0.04 | 50.05 | 0.91 | 0.54 |
| Hex | F4 | D1 | 21 | 0 | E | 56 | 4 | 32 | 5B | 36 |
| Octal | 364 | 321 | 41 | 0 | 16 | 126 | 4 | 62 | 133 | 66 |
| Binary | 11110100 | 11010001 | 100001 | 0 | 1110 | 1010110 | 100 | 110010 | 1011011 | 110110 |
Color Harmonies of #F4D121
Complementary color
Monochromatic Colors of #F4D121
Black with #F4D121
Text Example
Text Example
White with #F4D121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D121; }
p { color: rgb(244,209,33); }
H1.HeaderClassName
{
color: #F4D121;
}
.AnyTagClassName
{
color: #F4D121;
}
</style>
background-color css
<style>
a { background-color: #F4D121; }
a { background-color: rgb(244,209,33); }
div.DivClassName
{
background-color: #F4D121;
}
.BgClassName
{
background-color: #F4D121;
}
</style>
border-color css
<style>
span { border-color: #F4D121; }
span { border-color: rgb(244,209,33); }
td.TdClassName
{
border-color: #F4D121;
}
.TagClassName
{
border-color: #F4D121;
}
</style>