Shades of Turbo #F8CE18
Tints of Turbo #F8CE18
RGB
CMYK
RGB Variations
Color information
#F8CE18 (or 0xF8CE18) is known color: Turbo. HEX triplet: F8, CE and 18. RGB value is (248,206,24). Sum of RGB (Red+Green+Blue) = 248+206+24=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 24 (9.77% from 255 or 5.02% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8CE18 is #0731E7. Grayscale: #C6C6C6. Windows color (decimal): -471528 or 1625848. OLE color: 1625848.
HSL color Cylindrical-coordinate representation of color #F8CE18: hue angle of 48.75º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8CE18 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 24 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.03 |
| HSL | 48.75º | 0.94% | 0.53% | - |
| HSV(B) | 48.75º | 0.9% | 0.97% | - |
| XYZ | 60.95 | 64.17 | 10.04 | - |
| YUV | 197.81 | 29.91 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 24 | 0 | 0.17 | 0.90 | 0.03 | 48.75 | 0.94 | 0.53 |
| Hex | F8 | CE | 18 | 0 | 11 | 5A | 3 | 31 | 5E | 35 |
| Octal | 370 | 316 | 30 | 0 | 21 | 132 | 3 | 61 | 136 | 65 |
| Binary | 11111000 | 11001110 | 11000 | 0 | 10001 | 1011010 | 11 | 110001 | 1011110 | 110101 |
Color Harmonies of #F8CE18
Complementary color
Monochromatic Colors of #F8CE18
Black with #F8CE18
Text Example
Text Example
White with #F8CE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE18; }
p { color: rgb(248,206,24); }
H1.HeaderClassName
{
color: #F8CE18;
}
.AnyTagClassName
{
color: #F8CE18;
}
</style>
background-color css
<style>
a { background-color: #F8CE18; }
a { background-color: rgb(248,206,24); }
div.DivClassName
{
background-color: #F8CE18;
}
.BgClassName
{
background-color: #F8CE18;
}
</style>
border-color css
<style>
span { border-color: #F8CE18; }
span { border-color: rgb(248,206,24); }
td.TdClassName
{
border-color: #F8CE18;
}
.TagClassName
{
border-color: #F8CE18;
}
</style>