Shades of Turbo #F2C826
Tints of Turbo #F2C826
RGB
CMYK
RGB Variations
Color information
#F2C826 (or 0xF2C826) is known color: Turbo. HEX triplet: F2, C8 and 26. RGB value is (242,200,38). Sum of RGB (Red+Green+Blue) = 242+200+38=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 38 (15.23% from 255 or 7.92% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C826 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C826 is #0D37D9. Grayscale: #C2C2C2. Windows color (decimal): -866266 or 2541810. OLE color: 2541810.
HSL color Cylindrical-coordinate representation of color #F2C826: hue angle of 47.65º 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 #F2C826 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 38 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.05 |
| HSL | 47.65º | 0.89% | 0.55% | - |
| HSV(B) | 47.65º | 0.84% | 0.95% | - |
| XYZ | 57.62 | 60.33 | 10.44 | - |
| YUV | 194.09 | 39.91 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 38 | 0 | 0.17 | 0.84 | 0.05 | 47.65 | 0.89 | 0.55 |
| Hex | F2 | C8 | 26 | 0 | 11 | 54 | 5 | 30 | 59 | 37 |
| Octal | 362 | 310 | 46 | 0 | 21 | 124 | 5 | 60 | 131 | 67 |
| Binary | 11110010 | 11001000 | 100110 | 0 | 10001 | 1010100 | 101 | 110000 | 1011001 | 110111 |
Color Harmonies of #F2C826
Complementary color
Monochromatic Colors of #F2C826
Black with #F2C826
Text Example
Text Example
White with #F2C826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C826; }
p { color: rgb(242,200,38); }
H1.HeaderClassName
{
color: #F2C826;
}
.AnyTagClassName
{
color: #F2C826;
}
</style>
background-color css
<style>
a { background-color: #F2C826; }
a { background-color: rgb(242,200,38); }
div.DivClassName
{
background-color: #F2C826;
}
.BgClassName
{
background-color: #F2C826;
}
</style>
border-color css
<style>
span { border-color: #F2C826; }
span { border-color: rgb(242,200,38); }
td.TdClassName
{
border-color: #F2C826;
}
.TagClassName
{
border-color: #F2C826;
}
</style>