Shades of Turbo #F7D012
Tints of Turbo #F7D012
RGB
CMYK
RGB Variations
Color information
#F7D012 (or 0xF7D012) is known color: Turbo. HEX triplet: F7, D0 and 12. RGB value is (247,208,18). Sum of RGB (Red+Green+Blue) = 247+208+18=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 18 (7.42% from 255 or 3.81% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D012 is #082FED. Grayscale: #C6C6C6. Windows color (decimal): -536558 or 1233143. OLE color: 1233143.
HSL color Cylindrical-coordinate representation of color #F7D012: hue angle of 49.78º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F7D012 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 208 | 18 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.03 |
| HSL | 49.78º | 0.93% | 0.52% | - |
| HSV(B) | 49.78º | 0.93% | 0.97% | - |
| XYZ | 61.02 | 64.93 | 9.89 | - |
| YUV | 198 | 26.42 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 208 | 18 | 0 | 0.16 | 0.93 | 0.03 | 49.78 | 0.93 | 0.52 |
| Hex | F7 | D0 | 12 | 0 | 10 | 5D | 3 | 32 | 5D | 34 |
| Octal | 367 | 320 | 22 | 0 | 20 | 135 | 3 | 62 | 135 | 64 |
| Binary | 11110111 | 11010000 | 10010 | 0 | 10000 | 1011101 | 11 | 110010 | 1011101 | 110100 |
Color Harmonies of #F7D012
Complementary color
Monochromatic Colors of #F7D012
Black with #F7D012
Text Example
Text Example
White with #F7D012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D012; }
p { color: rgb(247,208,18); }
H1.HeaderClassName
{
color: #F7D012;
}
.AnyTagClassName
{
color: #F7D012;
}
</style>
background-color css
<style>
a { background-color: #F7D012; }
a { background-color: rgb(247,208,18); }
div.DivClassName
{
background-color: #F7D012;
}
.BgClassName
{
background-color: #F7D012;
}
</style>
border-color css
<style>
span { border-color: #F7D012; }
span { border-color: rgb(247,208,18); }
td.TdClassName
{
border-color: #F7D012;
}
.TagClassName
{
border-color: #F7D012;
}
</style>