Shades of Turbo #F7D528
Tints of Turbo #F7D528
RGB
CMYK
RGB Variations
Color information
#F7D528 (or 0xF7D528) is known color: Turbo. HEX triplet: F7, D5 and 28. RGB value is (247,213,40). Sum of RGB (Red+Green+Blue) = 247+213+40=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 40 (16.02% from 255 or 8% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D528 is #082AD7. Grayscale: #CCCCCC. Windows color (decimal): -535256 or 2676215. OLE color: 2676215.
HSL color Cylindrical-coordinate representation of color #F7D528: hue angle of 50.14º 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 #F7D528 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 213 | 40 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.03 |
| HSL | 50.14º | 0.93% | 0.56% | - |
| HSV(B) | 50.14º | 0.84% | 0.97% | - |
| XYZ | 62.54 | 67.52 | 11.74 | - |
| YUV | 203.44 | 35.76 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 213 | 40 | 0 | 0.14 | 0.84 | 0.03 | 50.14 | 0.93 | 0.56 |
| Hex | F7 | D5 | 28 | 0 | E | 54 | 3 | 32 | 5D | 38 |
| Octal | 367 | 325 | 50 | 0 | 16 | 124 | 3 | 62 | 135 | 70 |
| Binary | 11110111 | 11010101 | 101000 | 0 | 1110 | 1010100 | 11 | 110010 | 1011101 | 111000 |
Color Harmonies of #F7D528
Complementary color
Monochromatic Colors of #F7D528
Black with #F7D528
Text Example
Text Example
White with #F7D528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D528; }
p { color: rgb(247,213,40); }
H1.HeaderClassName
{
color: #F7D528;
}
.AnyTagClassName
{
color: #F7D528;
}
</style>
background-color css
<style>
a { background-color: #F7D528; }
a { background-color: rgb(247,213,40); }
div.DivClassName
{
background-color: #F7D528;
}
.BgClassName
{
background-color: #F7D528;
}
</style>
border-color css
<style>
span { border-color: #F7D528; }
span { border-color: rgb(247,213,40); }
td.TdClassName
{
border-color: #F7D528;
}
.TagClassName
{
border-color: #F7D528;
}
</style>