Shades of Turbo #F4D321
Tints of Turbo #F4D321
RGB
CMYK
RGB Variations
Color information
#F4D321 (or 0xF4D321) is known color: Turbo. HEX triplet: F4, D3 and 21. RGB value is (244,211,33). Sum of RGB (Red+Green+Blue) = 244+211+33=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 33 (13.28% from 255 or 6.76% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D321 is #0B2CDE. Grayscale: #C9C9C9. Windows color (decimal): -732383 or 2216948. OLE color: 2216948.
HSL color Cylindrical-coordinate representation of color #F4D321: hue angle of 50.62º 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 #F4D321 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 211 | 33 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.04 |
| HSL | 50.62º | 0.91% | 0.54% | - |
| HSV(B) | 50.62º | 0.86% | 0.96% | - |
| XYZ | 60.88 | 65.93 | 10.96 | - |
| YUV | 200.58 | 33.43 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 211 | 33 | 0 | 0.14 | 0.86 | 0.04 | 50.62 | 0.91 | 0.54 |
| Hex | F4 | D3 | 21 | 0 | E | 56 | 4 | 33 | 5B | 36 |
| Octal | 364 | 323 | 41 | 0 | 16 | 126 | 4 | 63 | 133 | 66 |
| Binary | 11110100 | 11010011 | 100001 | 0 | 1110 | 1010110 | 100 | 110011 | 1011011 | 110110 |
Color Harmonies of #F4D321
Complementary color
Monochromatic Colors of #F4D321
Black with #F4D321
Text Example
Text Example
White with #F4D321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D321; }
p { color: rgb(244,211,33); }
H1.HeaderClassName
{
color: #F4D321;
}
.AnyTagClassName
{
color: #F4D321;
}
</style>
background-color css
<style>
a { background-color: #F4D321; }
a { background-color: rgb(244,211,33); }
div.DivClassName
{
background-color: #F4D321;
}
.BgClassName
{
background-color: #F4D321;
}
</style>
border-color css
<style>
span { border-color: #F4D321; }
span { border-color: rgb(244,211,33); }
td.TdClassName
{
border-color: #F4D321;
}
.TagClassName
{
border-color: #F4D321;
}
</style>