Shades of Turbo #F8C917
Tints of Turbo #F8C917
RGB
CMYK
RGB Variations
Color information
#F8C917 (or 0xF8C917) is known color: Turbo. HEX triplet: F8, C9 and 17. RGB value is (248,201,23). Sum of RGB (Red+Green+Blue) = 248+201+23=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 23 (9.38% from 255 or 4.87% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C917 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C917 is #0736E8. Grayscale: #C3C3C3. Windows color (decimal): -472809 or 1559032. OLE color: 1559032.
HSL color Cylindrical-coordinate representation of color #F8C917: hue angle of 47.47º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F8C917 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 201 | 23 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.03 |
| HSL | 47.47º | 0.94% | 0.53% | - |
| HSV(B) | 47.47º | 0.91% | 0.97% | - |
| XYZ | 59.75 | 61.79 | 9.59 | - |
| YUV | 194.76 | 31.07 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 201 | 23 | 0 | 0.19 | 0.91 | 0.03 | 47.47 | 0.94 | 0.53 |
| Hex | F8 | C9 | 17 | 0 | 13 | 5B | 3 | 2F | 5E | 35 |
| Octal | 370 | 311 | 27 | 0 | 23 | 133 | 3 | 57 | 136 | 65 |
| Binary | 11111000 | 11001001 | 10111 | 0 | 10011 | 1011011 | 11 | 101111 | 1011110 | 110101 |
Color Harmonies of #F8C917
Complementary color
Monochromatic Colors of #F8C917
Black with #F8C917
Text Example
Text Example
White with #F8C917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C917; }
p { color: rgb(248,201,23); }
H1.HeaderClassName
{
color: #F8C917;
}
.AnyTagClassName
{
color: #F8C917;
}
</style>
background-color css
<style>
a { background-color: #F8C917; }
a { background-color: rgb(248,201,23); }
div.DivClassName
{
background-color: #F8C917;
}
.BgClassName
{
background-color: #F8C917;
}
</style>
border-color css
<style>
span { border-color: #F8C917; }
span { border-color: rgb(248,201,23); }
td.TdClassName
{
border-color: #F8C917;
}
.TagClassName
{
border-color: #F8C917;
}
</style>