Shades of Turbo #F2D121
Tints of Turbo #F2D121
RGB
CMYK
RGB Variations
Color information
#F2D121 (or 0xF2D121) is known color: Turbo. HEX triplet: F2, D1 and 21. RGB value is (242,209,33). Sum of RGB (Red+Green+Blue) = 242+209+33=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 33 (13.28% from 255 or 6.82% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D121 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D121 is #0D2EDE. Grayscale: #C7C7C7. Windows color (decimal): -863967 or 2216434. OLE color: 2216434.
HSL color Cylindrical-coordinate representation of color #F2D121: hue angle of 50.53º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2D121 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 33 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.05 |
| HSL | 50.53º | 0.89% | 0.54% | - |
| HSV(B) | 50.53º | 0.86% | 0.95% | - |
| XYZ | 59.69 | 64.59 | 10.76 | - |
| YUV | 198.8 | 34.43 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 33 | 0 | 0.14 | 0.86 | 0.05 | 50.53 | 0.89 | 0.54 |
| Hex | F2 | D1 | 21 | 0 | E | 56 | 5 | 33 | 59 | 36 |
| Octal | 362 | 321 | 41 | 0 | 16 | 126 | 5 | 63 | 131 | 66 |
| Binary | 11110010 | 11010001 | 100001 | 0 | 1110 | 1010110 | 101 | 110011 | 1011001 | 110110 |
Color Harmonies of #F2D121
Complementary color
Monochromatic Colors of #F2D121
Black with #F2D121
Text Example
Text Example
White with #F2D121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D121; }
p { color: rgb(242,209,33); }
H1.HeaderClassName
{
color: #F2D121;
}
.AnyTagClassName
{
color: #F2D121;
}
</style>
background-color css
<style>
a { background-color: #F2D121; }
a { background-color: rgb(242,209,33); }
div.DivClassName
{
background-color: #F2D121;
}
.BgClassName
{
background-color: #F2D121;
}
</style>
border-color css
<style>
span { border-color: #F2D121; }
span { border-color: rgb(242,209,33); }
td.TdClassName
{
border-color: #F2D121;
}
.TagClassName
{
border-color: #F2D121;
}
</style>