Shades of Turbo #F2C825
Tints of Turbo #F2C825
RGB
CMYK
RGB Variations
Color information
#F2C825 (or 0xF2C825) is known color: Turbo. HEX triplet: F2, C8 and 25. RGB value is (242,200,37). Sum of RGB (Red+Green+Blue) = 242+200+37=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 37 (14.84% from 255 or 7.72% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C825 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C825 is #0D37DA. Grayscale: #C2C2C2. Windows color (decimal): -866267 or 2476274. OLE color: 2476274.
HSL color Cylindrical-coordinate representation of color #F2C825: hue angle of 47.71º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2C825 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 37 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.05 |
| HSL | 47.71º | 0.89% | 0.55% | - |
| HSV(B) | 47.71º | 0.85% | 0.95% | - |
| XYZ | 57.61 | 60.32 | 10.36 | - |
| YUV | 193.98 | 39.41 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 37 | 0 | 0.17 | 0.85 | 0.05 | 47.71 | 0.89 | 0.55 |
| Hex | F2 | C8 | 25 | 0 | 11 | 55 | 5 | 30 | 59 | 37 |
| Octal | 362 | 310 | 45 | 0 | 21 | 125 | 5 | 60 | 131 | 67 |
| Binary | 11110010 | 11001000 | 100101 | 0 | 10001 | 1010101 | 101 | 110000 | 1011001 | 110111 |
Color Harmonies of #F2C825
Complementary color
Monochromatic Colors of #F2C825
Black with #F2C825
Text Example
Text Example
White with #F2C825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C825; }
p { color: rgb(242,200,37); }
H1.HeaderClassName
{
color: #F2C825;
}
.AnyTagClassName
{
color: #F2C825;
}
</style>
background-color css
<style>
a { background-color: #F2C825; }
a { background-color: rgb(242,200,37); }
div.DivClassName
{
background-color: #F2C825;
}
.BgClassName
{
background-color: #F2C825;
}
</style>
border-color css
<style>
span { border-color: #F2C825; }
span { border-color: rgb(242,200,37); }
td.TdClassName
{
border-color: #F2C825;
}
.TagClassName
{
border-color: #F2C825;
}
</style>