Shades of Turbo #F4D921
Tints of Turbo #F4D921
RGB
CMYK
RGB Variations
Color information
#F4D921 (or 0xF4D921) is known color: Turbo. HEX triplet: F4, D9 and 21. RGB value is (244,217,33). Sum of RGB (Red+Green+Blue) = 244+217+33=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 33 (13.28% from 255 or 6.68% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D921 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D921 is #0B26DE. Grayscale: #CCCCCC. Windows color (decimal): -730847 or 2218484. OLE color: 2218484.
HSL color Cylindrical-coordinate representation of color #F4D921: hue angle of 52.32º 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 #F4D921 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 217 | 33 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.04 |
| HSL | 52.32º | 0.91% | 0.54% | - |
| HSV(B) | 52.32º | 0.86% | 0.96% | - |
| XYZ | 62.4 | 68.97 | 11.46 | - |
| YUV | 204.1 | 31.45 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 217 | 33 | 0 | 0.11 | 0.86 | 0.04 | 52.32 | 0.91 | 0.54 |
| Hex | F4 | D9 | 21 | 0 | B | 56 | 4 | 34 | 5B | 36 |
| Octal | 364 | 331 | 41 | 0 | 13 | 126 | 4 | 64 | 133 | 66 |
| Binary | 11110100 | 11011001 | 100001 | 0 | 1011 | 1010110 | 100 | 110100 | 1011011 | 110110 |
Color Harmonies of #F4D921
Complementary color
Monochromatic Colors of #F4D921
Black with #F4D921
Text Example
Text Example
White with #F4D921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D921; }
p { color: rgb(244,217,33); }
H1.HeaderClassName
{
color: #F4D921;
}
.AnyTagClassName
{
color: #F4D921;
}
</style>
background-color css
<style>
a { background-color: #F4D921; }
a { background-color: rgb(244,217,33); }
div.DivClassName
{
background-color: #F4D921;
}
.BgClassName
{
background-color: #F4D921;
}
</style>
border-color css
<style>
span { border-color: #F4D921; }
span { border-color: rgb(244,217,33); }
td.TdClassName
{
border-color: #F4D921;
}
.TagClassName
{
border-color: #F4D921;
}
</style>