Shades of Turbo #F8CE14
Tints of Turbo #F8CE14
RGB
CMYK
RGB Variations
Color information
#F8CE14 (or 0xF8CE14) is known color: Turbo. HEX triplet: F8, CE and 14. RGB value is (248,206,20). Sum of RGB (Red+Green+Blue) = 248+206+20=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 20 (8.20% from 255 or 4.22% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8CE14 is #0731EB. Grayscale: #C6C6C6. Windows color (decimal): -471532 or 1363704. OLE color: 1363704.
HSL color Cylindrical-coordinate representation of color #F8CE14: hue angle of 48.95º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8CE14 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 20 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.03 |
| HSL | 48.95º | 0.94% | 0.53% | - |
| HSV(B) | 48.95º | 0.92% | 0.97% | - |
| XYZ | 60.91 | 64.15 | 9.83 | - |
| YUV | 197.35 | 27.91 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 20 | 0 | 0.17 | 0.92 | 0.03 | 48.95 | 0.94 | 0.53 |
| Hex | F8 | CE | 14 | 0 | 11 | 5C | 3 | 31 | 5E | 35 |
| Octal | 370 | 316 | 24 | 0 | 21 | 134 | 3 | 61 | 136 | 65 |
| Binary | 11111000 | 11001110 | 10100 | 0 | 10001 | 1011100 | 11 | 110001 | 1011110 | 110101 |
Color Harmonies of #F8CE14
Complementary color
Monochromatic Colors of #F8CE14
Black with #F8CE14
Text Example
Text Example
White with #F8CE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE14; }
p { color: rgb(248,206,20); }
H1.HeaderClassName
{
color: #F8CE14;
}
.AnyTagClassName
{
color: #F8CE14;
}
</style>
background-color css
<style>
a { background-color: #F8CE14; }
a { background-color: rgb(248,206,20); }
div.DivClassName
{
background-color: #F8CE14;
}
.BgClassName
{
background-color: #F8CE14;
}
</style>
border-color css
<style>
span { border-color: #F8CE14; }
span { border-color: rgb(248,206,20); }
td.TdClassName
{
border-color: #F8CE14;
}
.TagClassName
{
border-color: #F8CE14;
}
</style>