Shades of Turbo #F2C920
Tints of Turbo #F2C920
RGB
CMYK
RGB Variations
Color information
#F2C920 (or 0xF2C920) is known color: Turbo. HEX triplet: F2, C9 and 20. RGB value is (242,201,32). Sum of RGB (Red+Green+Blue) = 242+201+32=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C920 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C920 is #0D36DF. Grayscale: #C2C2C2. Windows color (decimal): -866016 or 2148850. OLE color: 2148850.
HSL color Cylindrical-coordinate representation of color #F2C920: hue angle of 48.29º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2C920 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 32 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.05 |
| HSL | 48.29º | 0.89% | 0.54% | - |
| HSV(B) | 48.29º | 0.87% | 0.95% | - |
| XYZ | 57.77 | 60.75 | 10.05 | - |
| YUV | 193.99 | 36.58 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 32 | 0 | 0.17 | 0.87 | 0.05 | 48.29 | 0.89 | 0.54 |
| Hex | F2 | C9 | 20 | 0 | 11 | 57 | 5 | 30 | 59 | 36 |
| Octal | 362 | 311 | 40 | 0 | 21 | 127 | 5 | 60 | 131 | 66 |
| Binary | 11110010 | 11001001 | 100000 | 0 | 10001 | 1010111 | 101 | 110000 | 1011001 | 110110 |
Color Harmonies of #F2C920
Complementary color
Monochromatic Colors of #F2C920
Black with #F2C920
Text Example
Text Example
White with #F2C920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C920; }
p { color: rgb(242,201,32); }
H1.HeaderClassName
{
color: #F2C920;
}
.AnyTagClassName
{
color: #F2C920;
}
</style>
background-color css
<style>
a { background-color: #F2C920; }
a { background-color: rgb(242,201,32); }
div.DivClassName
{
background-color: #F2C920;
}
.BgClassName
{
background-color: #F2C920;
}
</style>
border-color css
<style>
span { border-color: #F2C920; }
span { border-color: rgb(242,201,32); }
td.TdClassName
{
border-color: #F2C920;
}
.TagClassName
{
border-color: #F2C920;
}
</style>