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