Shades of Turbo #F7C725
Tints of Turbo #F7C725
RGB
CMYK
RGB Variations
Color information
#F7C725 (or 0xF7C725) is known color: Turbo. HEX triplet: F7, C7 and 25. RGB value is (247,199,37). Sum of RGB (Red+Green+Blue) = 247+199+37=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 37 (14.84% from 255 or 7.66% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C725 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C725 is #0838DA. Grayscale: #C3C3C3. Windows color (decimal): -538843 or 2476023. OLE color: 2476023.
HSL color Cylindrical-coordinate representation of color #F7C725: hue angle of 46.29º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7C725 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 199 | 37 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.03 |
| HSL | 46.29º | 0.93% | 0.56% | - |
| HSV(B) | 46.29º | 0.85% | 0.97% | - |
| XYZ | 59.12 | 60.75 | 10.36 | - |
| YUV | 194.88 | 38.9 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 199 | 37 | 0 | 0.19 | 0.85 | 0.03 | 46.29 | 0.93 | 0.56 |
| Hex | F7 | C7 | 25 | 0 | 13 | 55 | 3 | 2E | 5D | 38 |
| Octal | 367 | 307 | 45 | 0 | 23 | 125 | 3 | 56 | 135 | 70 |
| Binary | 11110111 | 11000111 | 100101 | 0 | 10011 | 1010101 | 11 | 101110 | 1011101 | 111000 |
Color Harmonies of #F7C725
Complementary color
Monochromatic Colors of #F7C725
Black with #F7C725
Text Example
Text Example
White with #F7C725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C725; }
p { color: rgb(247,199,37); }
H1.HeaderClassName
{
color: #F7C725;
}
.AnyTagClassName
{
color: #F7C725;
}
</style>
background-color css
<style>
a { background-color: #F7C725; }
a { background-color: rgb(247,199,37); }
div.DivClassName
{
background-color: #F7C725;
}
.BgClassName
{
background-color: #F7C725;
}
</style>
border-color css
<style>
span { border-color: #F7C725; }
span { border-color: rgb(247,199,37); }
td.TdClassName
{
border-color: #F7C725;
}
.TagClassName
{
border-color: #F7C725;
}
</style>