Shades of Turbo #F4D222
Tints of Turbo #F4D222
RGB
CMYK
RGB Variations
Color information
#F4D222 (or 0xF4D222) is known color: Turbo. HEX triplet: F4, D2 and 22. RGB value is (244,210,34). Sum of RGB (Red+Green+Blue) = 244+210+34=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 34 (13.67% from 255 or 6.97% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D222 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D222 is #0B2DDD. Grayscale: #C8C8C8. Windows color (decimal): -732638 or 2282228. OLE color: 2282228.
HSL color Cylindrical-coordinate representation of color #F4D222: hue angle of 50.29º 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 #F4D222 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 210 | 34 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.04 |
| HSL | 50.29º | 0.91% | 0.55% | - |
| HSV(B) | 50.29º | 0.86% | 0.96% | - |
| XYZ | 60.64 | 65.44 | 10.95 | - |
| YUV | 200.1 | 34.26 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 210 | 34 | 0 | 0.14 | 0.86 | 0.04 | 50.29 | 0.91 | 0.55 |
| Hex | F4 | D2 | 22 | 0 | E | 56 | 4 | 32 | 5B | 37 |
| Octal | 364 | 322 | 42 | 0 | 16 | 126 | 4 | 62 | 133 | 67 |
| Binary | 11110100 | 11010010 | 100010 | 0 | 1110 | 1010110 | 100 | 110010 | 1011011 | 110111 |
Color Harmonies of #F4D222
Complementary color
Monochromatic Colors of #F4D222
Black with #F4D222
Text Example
Text Example
White with #F4D222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D222; }
p { color: rgb(244,210,34); }
H1.HeaderClassName
{
color: #F4D222;
}
.AnyTagClassName
{
color: #F4D222;
}
</style>
background-color css
<style>
a { background-color: #F4D222; }
a { background-color: rgb(244,210,34); }
div.DivClassName
{
background-color: #F4D222;
}
.BgClassName
{
background-color: #F4D222;
}
</style>
border-color css
<style>
span { border-color: #F4D222; }
span { border-color: rgb(244,210,34); }
td.TdClassName
{
border-color: #F4D222;
}
.TagClassName
{
border-color: #F4D222;
}
</style>