Shades of Turbo #F2CE22
Tints of Turbo #F2CE22
RGB
CMYK
RGB Variations
Color information
#F2CE22 (or 0xF2CE22) is known color: Turbo. HEX triplet: F2, CE and 22. RGB value is (242,206,34). Sum of RGB (Red+Green+Blue) = 242+206+34=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 34 (13.67% from 255 or 7.05% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CE22 is #0D31DD. Grayscale: #C5C5C5. Windows color (decimal): -864734 or 2281202. OLE color: 2281202.
HSL color Cylindrical-coordinate representation of color #F2CE22: hue angle of 49.62º 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 #F2CE22 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 34 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.05 |
| HSL | 49.62º | 0.89% | 0.54% | - |
| HSV(B) | 49.62º | 0.86% | 0.95% | - |
| XYZ | 58.98 | 63.14 | 10.59 | - |
| YUV | 197.16 | 35.93 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 34 | 0 | 0.15 | 0.86 | 0.05 | 49.62 | 0.89 | 0.54 |
| Hex | F2 | CE | 22 | 0 | F | 56 | 5 | 32 | 59 | 36 |
| Octal | 362 | 316 | 42 | 0 | 17 | 126 | 5 | 62 | 131 | 66 |
| Binary | 11110010 | 11001110 | 100010 | 0 | 1111 | 1010110 | 101 | 110010 | 1011001 | 110110 |
Color Harmonies of #F2CE22
Complementary color
Monochromatic Colors of #F2CE22
Black with #F2CE22
Text Example
Text Example
White with #F2CE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE22; }
p { color: rgb(242,206,34); }
H1.HeaderClassName
{
color: #F2CE22;
}
.AnyTagClassName
{
color: #F2CE22;
}
</style>
background-color css
<style>
a { background-color: #F2CE22; }
a { background-color: rgb(242,206,34); }
div.DivClassName
{
background-color: #F2CE22;
}
.BgClassName
{
background-color: #F2CE22;
}
</style>
border-color css
<style>
span { border-color: #F2CE22; }
span { border-color: rgb(242,206,34); }
td.TdClassName
{
border-color: #F2CE22;
}
.TagClassName
{
border-color: #F2CE22;
}
</style>