Shades of Turbo #F8CE28
Tints of Turbo #F8CE28
RGB
CMYK
RGB Variations
Color information
#F8CE28 (or 0xF8CE28) is known color: Turbo. HEX triplet: F8, CE and 28. RGB value is (248,206,40). Sum of RGB (Red+Green+Blue) = 248+206+40=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CE28 is #0731D7. Grayscale: #C8C8C8. Windows color (decimal): -471512 or 2674424. OLE color: 2674424.
HSL color Cylindrical-coordinate representation of color #F8CE28: hue angle of 47.88º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F8CE28 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 40 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.03 |
| HSL | 47.88º | 0.94% | 0.56% | - |
| HSV(B) | 47.88º | 0.84% | 0.97% | - |
| XYZ | 61.17 | 64.25 | 11.19 | - |
| YUV | 199.63 | 37.91 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 40 | 0 | 0.17 | 0.84 | 0.03 | 47.88 | 0.94 | 0.56 |
| Hex | F8 | CE | 28 | 0 | 11 | 54 | 3 | 30 | 5E | 38 |
| Octal | 370 | 316 | 50 | 0 | 21 | 124 | 3 | 60 | 136 | 70 |
| Binary | 11111000 | 11001110 | 101000 | 0 | 10001 | 1010100 | 11 | 110000 | 1011110 | 111000 |
Color Harmonies of #F8CE28
Complementary color
Monochromatic Colors of #F8CE28
Black with #F8CE28
Text Example
Text Example
White with #F8CE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE28; }
p { color: rgb(248,206,40); }
H1.HeaderClassName
{
color: #F8CE28;
}
.AnyTagClassName
{
color: #F8CE28;
}
</style>
background-color css
<style>
a { background-color: #F8CE28; }
a { background-color: rgb(248,206,40); }
div.DivClassName
{
background-color: #F8CE28;
}
.BgClassName
{
background-color: #F8CE28;
}
</style>
border-color css
<style>
span { border-color: #F8CE28; }
span { border-color: rgb(248,206,40); }
td.TdClassName
{
border-color: #F8CE28;
}
.TagClassName
{
border-color: #F8CE28;
}
</style>