Shades of Turbo #F8C91E
Tints of Turbo #F8C91E
RGB
CMYK
RGB Variations
Color information
#F8C91E (or 0xF8C91E) is known color: Turbo. HEX triplet: F8, C9 and 1E. RGB value is (248,201,30). Sum of RGB (Red+Green+Blue) = 248+201+30=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 30 (12.11% from 255 or 6.26% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C91E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C91E is #0736E1. Grayscale: #C4C4C4. Windows color (decimal): -472802 or 2017784. OLE color: 2017784.
HSL color Cylindrical-coordinate representation of color #F8C91E: hue angle of 47.06º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8C91E is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 201 | 30 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.03 |
| HSL | 47.06º | 0.94% | 0.55% | - |
| HSV(B) | 47.06º | 0.88% | 0.97% | - |
| XYZ | 59.83 | 61.82 | 10.01 | - |
| YUV | 195.56 | 34.57 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 201 | 30 | 0 | 0.19 | 0.88 | 0.03 | 47.06 | 0.94 | 0.55 |
| Hex | F8 | C9 | 1E | 0 | 13 | 58 | 3 | 2F | 5E | 37 |
| Octal | 370 | 311 | 36 | 0 | 23 | 130 | 3 | 57 | 136 | 67 |
| Binary | 11111000 | 11001001 | 11110 | 0 | 10011 | 1011000 | 11 | 101111 | 1011110 | 110111 |
Color Harmonies of #F8C91E
Complementary color
Monochromatic Colors of #F8C91E
Black with #F8C91E
Text Example
Text Example
White with #F8C91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C91E; }
p { color: rgb(248,201,30); }
H1.HeaderClassName
{
color: #F8C91E;
}
.AnyTagClassName
{
color: #F8C91E;
}
</style>
background-color css
<style>
a { background-color: #F8C91E; }
a { background-color: rgb(248,201,30); }
div.DivClassName
{
background-color: #F8C91E;
}
.BgClassName
{
background-color: #F8C91E;
}
</style>
border-color css
<style>
span { border-color: #F8C91E; }
span { border-color: rgb(248,201,30); }
td.TdClassName
{
border-color: #F8C91E;
}
.TagClassName
{
border-color: #F8C91E;
}
</style>