Shades of Turbo #F8D015
Tints of Turbo #F8D015
RGB
CMYK
RGB Variations
Color information
#F8D015 (or 0xF8D015) is known color: Turbo. HEX triplet: F8, D0 and 15. RGB value is (248,208,21). Sum of RGB (Red+Green+Blue) = 248+208+21=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 21 (8.59% from 255 or 4.40% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D015 is #072FEA. Grayscale: #C7C7C7. Windows color (decimal): -471019 or 1429752. OLE color: 1429752.
HSL color Cylindrical-coordinate representation of color #F8D015: hue angle of 49.43º 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 #F8D015 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 21 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.03 |
| HSL | 49.43º | 0.94% | 0.53% | - |
| HSV(B) | 49.43º | 0.92% | 0.97% | - |
| XYZ | 61.4 | 65.12 | 10.04 | - |
| YUV | 198.64 | 27.75 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 21 | 0 | 0.16 | 0.92 | 0.03 | 49.43 | 0.94 | 0.53 |
| Hex | F8 | D0 | 15 | 0 | 10 | 5C | 3 | 31 | 5E | 35 |
| Octal | 370 | 320 | 25 | 0 | 20 | 134 | 3 | 61 | 136 | 65 |
| Binary | 11111000 | 11010000 | 10101 | 0 | 10000 | 1011100 | 11 | 110001 | 1011110 | 110101 |
Color Harmonies of #F8D015
Complementary color
Monochromatic Colors of #F8D015
Black with #F8D015
Text Example
Text Example
White with #F8D015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D015; }
p { color: rgb(248,208,21); }
H1.HeaderClassName
{
color: #F8D015;
}
.AnyTagClassName
{
color: #F8D015;
}
</style>
background-color css
<style>
a { background-color: #F8D015; }
a { background-color: rgb(248,208,21); }
div.DivClassName
{
background-color: #F8D015;
}
.BgClassName
{
background-color: #F8D015;
}
</style>
border-color css
<style>
span { border-color: #F8D015; }
span { border-color: rgb(248,208,21); }
td.TdClassName
{
border-color: #F8D015;
}
.TagClassName
{
border-color: #F8D015;
}
</style>