Shades of Turbo #F7D622
Tints of Turbo #F7D622
RGB
CMYK
RGB Variations
Color information
#F7D622 (or 0xF7D622) is known color: Turbo. HEX triplet: F7, D6 and 22. RGB value is (247,214,34). Sum of RGB (Red+Green+Blue) = 247+214+34=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 34 (13.67% from 255 or 6.87% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D622 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D622 is #0829DD. Grayscale: #CCCCCC. Windows color (decimal): -535006 or 2283255. OLE color: 2283255.
HSL color Cylindrical-coordinate representation of color #F7D622: hue angle of 50.7º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F7D622 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 214 | 34 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.03 |
| HSL | 50.7º | 0.93% | 0.55% | - |
| HSV(B) | 50.7º | 0.86% | 0.97% | - |
| XYZ | 62.69 | 67.98 | 11.33 | - |
| YUV | 203.35 | 32.43 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 214 | 34 | 0 | 0.13 | 0.86 | 0.03 | 50.7 | 0.93 | 0.55 |
| Hex | F7 | D6 | 22 | 0 | D | 56 | 3 | 33 | 5D | 37 |
| Octal | 367 | 326 | 42 | 0 | 15 | 126 | 3 | 63 | 135 | 67 |
| Binary | 11110111 | 11010110 | 100010 | 0 | 1101 | 1010110 | 11 | 110011 | 1011101 | 110111 |
Color Harmonies of #F7D622
Complementary color
Monochromatic Colors of #F7D622
Black with #F7D622
Text Example
Text Example
White with #F7D622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D622; }
p { color: rgb(247,214,34); }
H1.HeaderClassName
{
color: #F7D622;
}
.AnyTagClassName
{
color: #F7D622;
}
</style>
background-color css
<style>
a { background-color: #F7D622; }
a { background-color: rgb(247,214,34); }
div.DivClassName
{
background-color: #F7D622;
}
.BgClassName
{
background-color: #F7D622;
}
</style>
border-color css
<style>
span { border-color: #F7D622; }
span { border-color: rgb(247,214,34); }
td.TdClassName
{
border-color: #F7D622;
}
.TagClassName
{
border-color: #F7D622;
}
</style>