Shades of Turbo #F8C622
Tints of Turbo #F8C622
RGB
CMYK
RGB Variations
Color information
#F8C622 (or 0xF8C622) is known color: Turbo. HEX triplet: F8, C6 and 22. RGB value is (248,198,34). Sum of RGB (Red+Green+Blue) = 248+198+34=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 34 (13.67% from 255 or 7.08% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C622 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C622 is #0739DD. Grayscale: #C2C2C2. Windows color (decimal): -473566 or 2279160. OLE color: 2279160.
HSL color Cylindrical-coordinate representation of color #F8C622: hue angle of 45.98º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F8C622 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 34 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.03 |
| HSL | 45.98º | 0.94% | 0.55% | - |
| HSV(B) | 45.98º | 0.86% | 0.97% | - |
| XYZ | 59.19 | 60.46 | 10.06 | - |
| YUV | 194.25 | 37.57 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 34 | 0 | 0.20 | 0.86 | 0.03 | 45.98 | 0.94 | 0.55 |
| Hex | F8 | C6 | 22 | 0 | 14 | 56 | 3 | 2E | 5E | 37 |
| Octal | 370 | 306 | 42 | 0 | 24 | 126 | 3 | 56 | 136 | 67 |
| Binary | 11111000 | 11000110 | 100010 | 0 | 10100 | 1010110 | 11 | 101110 | 1011110 | 110111 |
Color Harmonies of #F8C622
Complementary color
Monochromatic Colors of #F8C622
Black with #F8C622
Text Example
Text Example
White with #F8C622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C622; }
p { color: rgb(248,198,34); }
H1.HeaderClassName
{
color: #F8C622;
}
.AnyTagClassName
{
color: #F8C622;
}
</style>
background-color css
<style>
a { background-color: #F8C622; }
a { background-color: rgb(248,198,34); }
div.DivClassName
{
background-color: #F8C622;
}
.BgClassName
{
background-color: #F8C622;
}
</style>
border-color css
<style>
span { border-color: #F8C622; }
span { border-color: rgb(248,198,34); }
td.TdClassName
{
border-color: #F8C622;
}
.TagClassName
{
border-color: #F8C622;
}
</style>