Shades of Turbo #F4D021
Tints of Turbo #F4D021
RGB
CMYK
RGB Variations
Color information
#F4D021 (or 0xF4D021) is known color: Turbo. HEX triplet: F4, D0 and 21. RGB value is (244,208,33). Sum of RGB (Red+Green+Blue) = 244+208+33=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 33 (13.28% from 255 or 6.80% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D021 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D021 is #0B2FDE. Grayscale: #C7C7C7. Windows color (decimal): -733151 or 2216180. OLE color: 2216180.
HSL color Cylindrical-coordinate representation of color #F4D021: hue angle of 49.76º 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 #F4D021 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 33 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.04 |
| HSL | 49.76º | 0.91% | 0.54% | - |
| HSV(B) | 49.76º | 0.86% | 0.96% | - |
| XYZ | 60.14 | 64.45 | 10.71 | - |
| YUV | 198.81 | 34.43 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 33 | 0 | 0.15 | 0.86 | 0.04 | 49.76 | 0.91 | 0.54 |
| Hex | F4 | D0 | 21 | 0 | F | 56 | 4 | 32 | 5B | 36 |
| Octal | 364 | 320 | 41 | 0 | 17 | 126 | 4 | 62 | 133 | 66 |
| Binary | 11110100 | 11010000 | 100001 | 0 | 1111 | 1010110 | 100 | 110010 | 1011011 | 110110 |
Color Harmonies of #F4D021
Complementary color
Monochromatic Colors of #F4D021
Black with #F4D021
Text Example
Text Example
White with #F4D021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D021; }
p { color: rgb(244,208,33); }
H1.HeaderClassName
{
color: #F4D021;
}
.AnyTagClassName
{
color: #F4D021;
}
</style>
background-color css
<style>
a { background-color: #F4D021; }
a { background-color: rgb(244,208,33); }
div.DivClassName
{
background-color: #F4D021;
}
.BgClassName
{
background-color: #F4D021;
}
</style>
border-color css
<style>
span { border-color: #F4D021; }
span { border-color: rgb(244,208,33); }
td.TdClassName
{
border-color: #F4D021;
}
.TagClassName
{
border-color: #F4D021;
}
</style>