Shades of Turbo #F7C928
Tints of Turbo #F7C928
RGB
CMYK
RGB Variations
Color information
#F7C928 (or 0xF7C928) is known color: Turbo. HEX triplet: F7, C9 and 28. RGB value is (247,201,40). Sum of RGB (Red+Green+Blue) = 247+201+40=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C928 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C928 is #0836D7. Grayscale: #C5C5C5. Windows color (decimal): -538328 or 2673143. OLE color: 2673143.
HSL color Cylindrical-coordinate representation of color #F7C928: hue angle of 46.67º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F7C928 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 201 | 40 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.03 |
| HSL | 46.67º | 0.93% | 0.56% | - |
| HSV(B) | 46.67º | 0.84% | 0.97% | - |
| XYZ | 59.63 | 61.7 | 10.77 | - |
| YUV | 196.4 | 39.74 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 201 | 40 | 0 | 0.19 | 0.84 | 0.03 | 46.67 | 0.93 | 0.56 |
| Hex | F7 | C9 | 28 | 0 | 13 | 54 | 3 | 2F | 5D | 38 |
| Octal | 367 | 311 | 50 | 0 | 23 | 124 | 3 | 57 | 135 | 70 |
| Binary | 11110111 | 11001001 | 101000 | 0 | 10011 | 1010100 | 11 | 101111 | 1011101 | 111000 |
Color Harmonies of #F7C928
Complementary color
Monochromatic Colors of #F7C928
Black with #F7C928
Text Example
Text Example
White with #F7C928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C928; }
p { color: rgb(247,201,40); }
H1.HeaderClassName
{
color: #F7C928;
}
.AnyTagClassName
{
color: #F7C928;
}
</style>
background-color css
<style>
a { background-color: #F7C928; }
a { background-color: rgb(247,201,40); }
div.DivClassName
{
background-color: #F7C928;
}
.BgClassName
{
background-color: #F7C928;
}
</style>
border-color css
<style>
span { border-color: #F7C928; }
span { border-color: rgb(247,201,40); }
td.TdClassName
{
border-color: #F7C928;
}
.TagClassName
{
border-color: #F7C928;
}
</style>