Shades of Turbo #F7D527
Tints of Turbo #F7D527
RGB
CMYK
RGB Variations
Color information
#F7D527 (or 0xF7D527) is known color: Turbo. HEX triplet: F7, D5 and 27. RGB value is (247,213,39). Sum of RGB (Red+Green+Blue) = 247+213+39=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 39 (15.62% from 255 or 7.82% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D527 is #082AD8. Grayscale: #CCCCCC. Windows color (decimal): -535257 or 2610679. OLE color: 2610679.
HSL color Cylindrical-coordinate representation of color #F7D527: hue angle of 50.19º 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 #F7D527 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 213 | 39 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.03 |
| HSL | 50.19º | 0.93% | 0.56% | - |
| HSV(B) | 50.19º | 0.84% | 0.97% | - |
| XYZ | 62.52 | 67.51 | 11.65 | - |
| YUV | 203.33 | 35.26 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 213 | 39 | 0 | 0.14 | 0.84 | 0.03 | 50.19 | 0.93 | 0.56 |
| Hex | F7 | D5 | 27 | 0 | E | 54 | 3 | 32 | 5D | 38 |
| Octal | 367 | 325 | 47 | 0 | 16 | 124 | 3 | 62 | 135 | 70 |
| Binary | 11110111 | 11010101 | 100111 | 0 | 1110 | 1010100 | 11 | 110010 | 1011101 | 111000 |
Color Harmonies of #F7D527
Complementary color
Monochromatic Colors of #F7D527
Black with #F7D527
Text Example
Text Example
White with #F7D527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D527; }
p { color: rgb(247,213,39); }
H1.HeaderClassName
{
color: #F7D527;
}
.AnyTagClassName
{
color: #F7D527;
}
</style>
background-color css
<style>
a { background-color: #F7D527; }
a { background-color: rgb(247,213,39); }
div.DivClassName
{
background-color: #F7D527;
}
.BgClassName
{
background-color: #F7D527;
}
</style>
border-color css
<style>
span { border-color: #F7D527; }
span { border-color: rgb(247,213,39); }
td.TdClassName
{
border-color: #F7D527;
}
.TagClassName
{
border-color: #F7D527;
}
</style>