Shades of Turbo #F2D022
Tints of Turbo #F2D022
RGB
CMYK
RGB Variations
Color information
#F2D022 (or 0xF2D022) is known color: Turbo. HEX triplet: F2, D0 and 22. RGB value is (242,208,34). Sum of RGB (Red+Green+Blue) = 242+208+34=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 34 (13.67% from 255 or 7.02% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D022 is #0D2FDD. Grayscale: #C7C7C7. Windows color (decimal): -864222 or 2281714. OLE color: 2281714.
HSL color Cylindrical-coordinate representation of color #F2D022: hue angle of 50.19º 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 #F2D022 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 34 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.05 |
| HSL | 50.19º | 0.89% | 0.54% | - |
| HSV(B) | 50.19º | 0.86% | 0.95% | - |
| XYZ | 59.46 | 64.1 | 10.75 | - |
| YUV | 198.33 | 35.26 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 34 | 0 | 0.14 | 0.86 | 0.05 | 50.19 | 0.89 | 0.54 |
| Hex | F2 | D0 | 22 | 0 | E | 56 | 5 | 32 | 59 | 36 |
| Octal | 362 | 320 | 42 | 0 | 16 | 126 | 5 | 62 | 131 | 66 |
| Binary | 11110010 | 11010000 | 100010 | 0 | 1110 | 1010110 | 101 | 110010 | 1011001 | 110110 |
Color Harmonies of #F2D022
Complementary color
Monochromatic Colors of #F2D022
Black with #F2D022
Text Example
Text Example
White with #F2D022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D022; }
p { color: rgb(242,208,34); }
H1.HeaderClassName
{
color: #F2D022;
}
.AnyTagClassName
{
color: #F2D022;
}
</style>
background-color css
<style>
a { background-color: #F2D022; }
a { background-color: rgb(242,208,34); }
div.DivClassName
{
background-color: #F2D022;
}
.BgClassName
{
background-color: #F2D022;
}
</style>
border-color css
<style>
span { border-color: #F2D022; }
span { border-color: rgb(242,208,34); }
td.TdClassName
{
border-color: #F2D022;
}
.TagClassName
{
border-color: #F2D022;
}
</style>