Shades of Turbo #F8C81E
Tints of Turbo #F8C81E
RGB
CMYK
RGB Variations
Color information
#F8C81E (or 0xF8C81E) is known color: Turbo. HEX triplet: F8, C8 and 1E. RGB value is (248,200,30). Sum of RGB (Red+Green+Blue) = 248+200+30=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 30 (12.11% from 255 or 6.28% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C81E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C81E is #0737E1. Grayscale: #C3C3C3. Windows color (decimal): -473058 or 2017528. OLE color: 2017528.
HSL color Cylindrical-coordinate representation of color #F8C81E: hue angle of 46.79º 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 #F8C81E is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 30 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.03 |
| HSL | 46.79º | 0.94% | 0.55% | - |
| HSV(B) | 46.79º | 0.88% | 0.97% | - |
| XYZ | 59.6 | 61.36 | 9.93 | - |
| YUV | 194.97 | 34.9 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 30 | 0 | 0.19 | 0.88 | 0.03 | 46.79 | 0.94 | 0.55 |
| Hex | F8 | C8 | 1E | 0 | 13 | 58 | 3 | 2F | 5E | 37 |
| Octal | 370 | 310 | 36 | 0 | 23 | 130 | 3 | 57 | 136 | 67 |
| Binary | 11111000 | 11001000 | 11110 | 0 | 10011 | 1011000 | 11 | 101111 | 1011110 | 110111 |
Color Harmonies of #F8C81E
Complementary color
Monochromatic Colors of #F8C81E
Black with #F8C81E
Text Example
Text Example
White with #F8C81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C81E; }
p { color: rgb(248,200,30); }
H1.HeaderClassName
{
color: #F8C81E;
}
.AnyTagClassName
{
color: #F8C81E;
}
</style>
background-color css
<style>
a { background-color: #F8C81E; }
a { background-color: rgb(248,200,30); }
div.DivClassName
{
background-color: #F8C81E;
}
.BgClassName
{
background-color: #F8C81E;
}
</style>
border-color css
<style>
span { border-color: #F8C81E; }
span { border-color: rgb(248,200,30); }
td.TdClassName
{
border-color: #F8C81E;
}
.TagClassName
{
border-color: #F8C81E;
}
</style>