Shades of Turbo #F7D41B
Tints of Turbo #F7D41B
RGB
CMYK
RGB Variations
Color information
#F7D41B (or 0xF7D41B) is known color: Turbo. HEX triplet: F7, D4 and 1B. RGB value is (247,212,27). Sum of RGB (Red+Green+Blue) = 247+212+27=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 27 (10.94% from 255 or 5.56% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D41B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D41B is #082BE4. Grayscale: #CACACA. Windows color (decimal): -535525 or 1823991. OLE color: 1823991.
HSL color Cylindrical-coordinate representation of color #F7D41B: hue angle of 50.45º 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 #F7D41B is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 212 | 27 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.03 |
| HSL | 50.45º | 0.93% | 0.54% | - |
| HSV(B) | 50.45º | 0.89% | 0.97% | - |
| XYZ | 62.1 | 66.94 | 10.68 | - |
| YUV | 201.38 | 29.6 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 212 | 27 | 0 | 0.14 | 0.89 | 0.03 | 50.45 | 0.93 | 0.54 |
| Hex | F7 | D4 | 1B | 0 | E | 59 | 3 | 32 | 5D | 36 |
| Octal | 367 | 324 | 33 | 0 | 16 | 131 | 3 | 62 | 135 | 66 |
| Binary | 11110111 | 11010100 | 11011 | 0 | 1110 | 1011001 | 11 | 110010 | 1011101 | 110110 |
Color Harmonies of #F7D41B
Complementary color
Monochromatic Colors of #F7D41B
Black with #F7D41B
Text Example
Text Example
White with #F7D41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D41B; }
p { color: rgb(247,212,27); }
H1.HeaderClassName
{
color: #F7D41B;
}
.AnyTagClassName
{
color: #F7D41B;
}
</style>
background-color css
<style>
a { background-color: #F7D41B; }
a { background-color: rgb(247,212,27); }
div.DivClassName
{
background-color: #F7D41B;
}
.BgClassName
{
background-color: #F7D41B;
}
</style>
border-color css
<style>
span { border-color: #F7D41B; }
span { border-color: rgb(247,212,27); }
td.TdClassName
{
border-color: #F7D41B;
}
.TagClassName
{
border-color: #F7D41B;
}
</style>