Shades of Turbo #F8D61A
Tints of Turbo #F8D61A
RGB
CMYK
RGB Variations
Color information
#F8D61A (or 0xF8D61A) is known color: Turbo. HEX triplet: F8, D6 and 1A. RGB value is (248,214,26). Sum of RGB (Red+Green+Blue) = 248+214+26=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 26 (10.55% from 255 or 5.33% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D61A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D61A is #0729E5. Grayscale: #CBCBCB. Windows color (decimal): -469478 or 1758968. OLE color: 1758968.
HSL color Cylindrical-coordinate representation of color #F8D61A: hue angle of 50.81º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8D61A is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 214 | 26 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.03 |
| HSL | 50.81º | 0.94% | 0.54% | - |
| HSV(B) | 50.81º | 0.9% | 0.97% | - |
| XYZ | 62.94 | 68.12 | 10.81 | - |
| YUV | 202.73 | 28.26 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 26 | 0 | 0.14 | 0.90 | 0.03 | 50.81 | 0.94 | 0.54 |
| Hex | F8 | D6 | 1A | 0 | E | 5A | 3 | 33 | 5E | 36 |
| Octal | 370 | 326 | 32 | 0 | 16 | 132 | 3 | 63 | 136 | 66 |
| Binary | 11111000 | 11010110 | 11010 | 0 | 1110 | 1011010 | 11 | 110011 | 1011110 | 110110 |
Color Harmonies of #F8D61A
Complementary color
Monochromatic Colors of #F8D61A
Black with #F8D61A
Text Example
Text Example
White with #F8D61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D61A; }
p { color: rgb(248,214,26); }
H1.HeaderClassName
{
color: #F8D61A;
}
.AnyTagClassName
{
color: #F8D61A;
}
</style>
background-color css
<style>
a { background-color: #F8D61A; }
a { background-color: rgb(248,214,26); }
div.DivClassName
{
background-color: #F8D61A;
}
.BgClassName
{
background-color: #F8D61A;
}
</style>
border-color css
<style>
span { border-color: #F8D61A; }
span { border-color: rgb(248,214,26); }
td.TdClassName
{
border-color: #F8D61A;
}
.TagClassName
{
border-color: #F8D61A;
}
</style>