Shades of Turbo #F8C623
Tints of Turbo #F8C623
RGB
CMYK
RGB Variations
Color information
#F8C623 (or 0xF8C623) is known color: Turbo. HEX triplet: F8, C6 and 23. RGB value is (248,198,35). Sum of RGB (Red+Green+Blue) = 248+198+35=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 35 (14.06% from 255 or 7.28% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C623 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C623 is #0739DC. Grayscale: #C3C3C3. Windows color (decimal): -473565 or 2344696. OLE color: 2344696.
HSL color Cylindrical-coordinate representation of color #F8C623: hue angle of 45.92º 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 #F8C623 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 35 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.03 |
| HSL | 45.92º | 0.94% | 0.55% | - |
| HSV(B) | 45.92º | 0.86% | 0.97% | - |
| XYZ | 59.21 | 60.47 | 10.14 | - |
| YUV | 194.37 | 38.07 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 35 | 0 | 0.20 | 0.86 | 0.03 | 45.92 | 0.94 | 0.55 |
| Hex | F8 | C6 | 23 | 0 | 14 | 56 | 3 | 2E | 5E | 37 |
| Octal | 370 | 306 | 43 | 0 | 24 | 126 | 3 | 56 | 136 | 67 |
| Binary | 11111000 | 11000110 | 100011 | 0 | 10100 | 1010110 | 11 | 101110 | 1011110 | 110111 |
Color Harmonies of #F8C623
Complementary color
Monochromatic Colors of #F8C623
Black with #F8C623
Text Example
Text Example
White with #F8C623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C623; }
p { color: rgb(248,198,35); }
H1.HeaderClassName
{
color: #F8C623;
}
.AnyTagClassName
{
color: #F8C623;
}
</style>
background-color css
<style>
a { background-color: #F8C623; }
a { background-color: rgb(248,198,35); }
div.DivClassName
{
background-color: #F8C623;
}
.BgClassName
{
background-color: #F8C623;
}
</style>
border-color css
<style>
span { border-color: #F8C623; }
span { border-color: rgb(248,198,35); }
td.TdClassName
{
border-color: #F8C623;
}
.TagClassName
{
border-color: #F8C623;
}
</style>