Shades of Turbo #F8C722
Tints of Turbo #F8C722
RGB
CMYK
RGB Variations
Color information
#F8C722 (or 0xF8C722) is known color: Turbo. HEX triplet: F8, C7 and 22. RGB value is (248,199,34). Sum of RGB (Red+Green+Blue) = 248+199+34=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 34 (13.67% from 255 or 7.07% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C722 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C722 is #0738DD. Grayscale: #C3C3C3. Windows color (decimal): -473310 or 2279416. OLE color: 2279416.
HSL color Cylindrical-coordinate representation of color #F8C722: hue angle of 46.26º 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 #F8C722 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 34 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.03 |
| HSL | 46.26º | 0.94% | 0.55% | - |
| HSV(B) | 46.26º | 0.86% | 0.97% | - |
| XYZ | 59.42 | 60.92 | 10.14 | - |
| YUV | 194.84 | 37.23 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 34 | 0 | 0.20 | 0.86 | 0.03 | 46.26 | 0.94 | 0.55 |
| Hex | F8 | C7 | 22 | 0 | 14 | 56 | 3 | 2E | 5E | 37 |
| Octal | 370 | 307 | 42 | 0 | 24 | 126 | 3 | 56 | 136 | 67 |
| Binary | 11111000 | 11000111 | 100010 | 0 | 10100 | 1010110 | 11 | 101110 | 1011110 | 110111 |
Color Harmonies of #F8C722
Complementary color
Monochromatic Colors of #F8C722
Black with #F8C722
Text Example
Text Example
White with #F8C722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C722; }
p { color: rgb(248,199,34); }
H1.HeaderClassName
{
color: #F8C722;
}
.AnyTagClassName
{
color: #F8C722;
}
</style>
background-color css
<style>
a { background-color: #F8C722; }
a { background-color: rgb(248,199,34); }
div.DivClassName
{
background-color: #F8C722;
}
.BgClassName
{
background-color: #F8C722;
}
</style>
border-color css
<style>
span { border-color: #F8C722; }
span { border-color: rgb(248,199,34); }
td.TdClassName
{
border-color: #F8C722;
}
.TagClassName
{
border-color: #F8C722;
}
</style>