Shades of Turbo #F2C926
Tints of Turbo #F2C926
RGB
CMYK
RGB Variations
Color information
#F2C926 (or 0xF2C926) is known color: Turbo. HEX triplet: F2, C9 and 26. RGB value is (242,201,38). Sum of RGB (Red+Green+Blue) = 242+201+38=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 38 (15.23% from 255 or 7.90% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C926 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C926 is #0D36D9. Grayscale: #C3C3C3. Windows color (decimal): -866010 or 2542066. OLE color: 2542066.
HSL color Cylindrical-coordinate representation of color #F2C926: hue angle of 47.94º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2C926 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 38 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.05 |
| HSL | 47.94º | 0.89% | 0.55% | - |
| HSV(B) | 47.94º | 0.84% | 0.95% | - |
| XYZ | 57.85 | 60.79 | 10.52 | - |
| YUV | 194.68 | 39.58 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 38 | 0 | 0.17 | 0.84 | 0.05 | 47.94 | 0.89 | 0.55 |
| Hex | F2 | C9 | 26 | 0 | 11 | 54 | 5 | 30 | 59 | 37 |
| Octal | 362 | 311 | 46 | 0 | 21 | 124 | 5 | 60 | 131 | 67 |
| Binary | 11110010 | 11001001 | 100110 | 0 | 10001 | 1010100 | 101 | 110000 | 1011001 | 110111 |
Color Harmonies of #F2C926
Complementary color
Monochromatic Colors of #F2C926
Black with #F2C926
Text Example
Text Example
White with #F2C926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C926; }
p { color: rgb(242,201,38); }
H1.HeaderClassName
{
color: #F2C926;
}
.AnyTagClassName
{
color: #F2C926;
}
</style>
background-color css
<style>
a { background-color: #F2C926; }
a { background-color: rgb(242,201,38); }
div.DivClassName
{
background-color: #F2C926;
}
.BgClassName
{
background-color: #F2C926;
}
</style>
border-color css
<style>
span { border-color: #F2C926; }
span { border-color: rgb(242,201,38); }
td.TdClassName
{
border-color: #F2C926;
}
.TagClassName
{
border-color: #F2C926;
}
</style>