Shades of Turbo #F7D61A
Tints of Turbo #F7D61A
RGB
CMYK
RGB Variations
Color information
#F7D61A (or 0xF7D61A) is known color: Turbo. HEX triplet: F7, D6 and 1A. RGB value is (247,214,26). Sum of RGB (Red+Green+Blue) = 247+214+26=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 26 (10.55% from 255 or 5.34% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D61A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D61A is #0829E5. Grayscale: #CBCBCB. Windows color (decimal): -535014 or 1758967. OLE color: 1758967.
HSL color Cylindrical-coordinate representation of color #F7D61A: hue angle of 51.04º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7D61A is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 214 | 26 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.03 |
| HSL | 51.04º | 0.93% | 0.54% | - |
| HSV(B) | 51.04º | 0.89% | 0.97% | - |
| XYZ | 62.59 | 67.94 | 10.79 | - |
| YUV | 202.44 | 28.43 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 214 | 26 | 0 | 0.13 | 0.89 | 0.03 | 51.04 | 0.93 | 0.54 |
| Hex | F7 | D6 | 1A | 0 | D | 59 | 3 | 33 | 5D | 36 |
| Octal | 367 | 326 | 32 | 0 | 15 | 131 | 3 | 63 | 135 | 66 |
| Binary | 11110111 | 11010110 | 11010 | 0 | 1101 | 1011001 | 11 | 110011 | 1011101 | 110110 |
Color Harmonies of #F7D61A
Complementary color
Monochromatic Colors of #F7D61A
Black with #F7D61A
Text Example
Text Example
White with #F7D61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D61A; }
p { color: rgb(247,214,26); }
H1.HeaderClassName
{
color: #F7D61A;
}
.AnyTagClassName
{
color: #F7D61A;
}
</style>
background-color css
<style>
a { background-color: #F7D61A; }
a { background-color: rgb(247,214,26); }
div.DivClassName
{
background-color: #F7D61A;
}
.BgClassName
{
background-color: #F7D61A;
}
</style>
border-color css
<style>
span { border-color: #F7D61A; }
span { border-color: rgb(247,214,26); }
td.TdClassName
{
border-color: #F7D61A;
}
.TagClassName
{
border-color: #F7D61A;
}
</style>