Shades of Turbo #F7C71F
Tints of Turbo #F7C71F
RGB
CMYK
RGB Variations
Color information
#F7C71F (or 0xF7C71F) is known color: Turbo. HEX triplet: F7, C7 and 1F. RGB value is (247,199,31). Sum of RGB (Red+Green+Blue) = 247+199+31=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 31 (12.5% from 255 or 6.50% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C71F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C71F is #0838E0. Grayscale: #C2C2C2. Windows color (decimal): -538849 or 2082807. OLE color: 2082807.
HSL color Cylindrical-coordinate representation of color #F7C71F: hue angle of 46.67º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F7C71F is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 199 | 31 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.03 |
| HSL | 46.67º | 0.93% | 0.55% | - |
| HSV(B) | 46.67º | 0.87% | 0.97% | - |
| XYZ | 59.03 | 60.72 | 9.91 | - |
| YUV | 194.2 | 35.9 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 199 | 31 | 0 | 0.19 | 0.87 | 0.03 | 46.67 | 0.93 | 0.55 |
| Hex | F7 | C7 | 1F | 0 | 13 | 57 | 3 | 2F | 5D | 37 |
| Octal | 367 | 307 | 37 | 0 | 23 | 127 | 3 | 57 | 135 | 67 |
| Binary | 11110111 | 11000111 | 11111 | 0 | 10011 | 1010111 | 11 | 101111 | 1011101 | 110111 |
Color Harmonies of #F7C71F
Complementary color
Monochromatic Colors of #F7C71F
Black with #F7C71F
Text Example
Text Example
White with #F7C71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C71F; }
p { color: rgb(247,199,31); }
H1.HeaderClassName
{
color: #F7C71F;
}
.AnyTagClassName
{
color: #F7C71F;
}
</style>
background-color css
<style>
a { background-color: #F7C71F; }
a { background-color: rgb(247,199,31); }
div.DivClassName
{
background-color: #F7C71F;
}
.BgClassName
{
background-color: #F7C71F;
}
</style>
border-color css
<style>
span { border-color: #F7C71F; }
span { border-color: rgb(247,199,31); }
td.TdClassName
{
border-color: #F7C71F;
}
.TagClassName
{
border-color: #F7C71F;
}
</style>