Shades of Turbo #F8C721
Tints of Turbo #F8C721
RGB
CMYK
RGB Variations
Color information
#F8C721 (or 0xF8C721) is known color: Turbo. HEX triplet: F8, C7 and 21. RGB value is (248,199,33). Sum of RGB (Red+Green+Blue) = 248+199+33=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 33 (13.28% from 255 or 6.88% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C721 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C721 is #0738DE. Grayscale: #C3C3C3. Windows color (decimal): -473311 or 2213880. OLE color: 2213880.
HSL color Cylindrical-coordinate representation of color #F8C721: hue angle of 46.33º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F8C721 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 33 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.03 |
| HSL | 46.33º | 0.94% | 0.55% | - |
| HSV(B) | 46.33º | 0.87% | 0.97% | - |
| XYZ | 59.41 | 60.91 | 10.07 | - |
| YUV | 194.73 | 36.73 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 33 | 0 | 0.20 | 0.87 | 0.03 | 46.33 | 0.94 | 0.55 |
| Hex | F8 | C7 | 21 | 0 | 14 | 57 | 3 | 2E | 5E | 37 |
| Octal | 370 | 307 | 41 | 0 | 24 | 127 | 3 | 56 | 136 | 67 |
| Binary | 11111000 | 11000111 | 100001 | 0 | 10100 | 1010111 | 11 | 101110 | 1011110 | 110111 |
Color Harmonies of #F8C721
Complementary color
Monochromatic Colors of #F8C721
Black with #F8C721
Text Example
Text Example
White with #F8C721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C721; }
p { color: rgb(248,199,33); }
H1.HeaderClassName
{
color: #F8C721;
}
.AnyTagClassName
{
color: #F8C721;
}
</style>
background-color css
<style>
a { background-color: #F8C721; }
a { background-color: rgb(248,199,33); }
div.DivClassName
{
background-color: #F8C721;
}
.BgClassName
{
background-color: #F8C721;
}
</style>
border-color css
<style>
span { border-color: #F8C721; }
span { border-color: rgb(248,199,33); }
td.TdClassName
{
border-color: #F8C721;
}
.TagClassName
{
border-color: #F8C721;
}
</style>