Shades of Turbo #F8D614
Tints of Turbo #F8D614
RGB
CMYK
RGB Variations
Color information
#F8D614 (or 0xF8D614) is known color: Turbo. HEX triplet: F8, D6 and 14. RGB value is (248,214,20). Sum of RGB (Red+Green+Blue) = 248+214+20=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 20 (8.20% from 255 or 4.15% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D614 is #0729EB. Grayscale: #CACACA. Windows color (decimal): -469484 or 1365752. OLE color: 1365752.
HSL color Cylindrical-coordinate representation of color #F8D614: hue angle of 51.05º 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 #F8D614 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 214 | 20 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.03 |
| HSL | 51.05º | 0.94% | 0.53% | - |
| HSV(B) | 51.05º | 0.92% | 0.97% | - |
| XYZ | 62.88 | 68.1 | 10.49 | - |
| YUV | 202.05 | 25.26 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 20 | 0 | 0.14 | 0.92 | 0.03 | 51.05 | 0.94 | 0.53 |
| Hex | F8 | D6 | 14 | 0 | E | 5C | 3 | 33 | 5E | 35 |
| Octal | 370 | 326 | 24 | 0 | 16 | 134 | 3 | 63 | 136 | 65 |
| Binary | 11111000 | 11010110 | 10100 | 0 | 1110 | 1011100 | 11 | 110011 | 1011110 | 110101 |
Color Harmonies of #F8D614
Complementary color
Monochromatic Colors of #F8D614
Black with #F8D614
Text Example
Text Example
White with #F8D614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D614; }
p { color: rgb(248,214,20); }
H1.HeaderClassName
{
color: #F8D614;
}
.AnyTagClassName
{
color: #F8D614;
}
</style>
background-color css
<style>
a { background-color: #F8D614; }
a { background-color: rgb(248,214,20); }
div.DivClassName
{
background-color: #F8D614;
}
.BgClassName
{
background-color: #F8D614;
}
</style>
border-color css
<style>
span { border-color: #F8D614; }
span { border-color: rgb(248,214,20); }
td.TdClassName
{
border-color: #F8D614;
}
.TagClassName
{
border-color: #F8D614;
}
</style>