Shades of Turbo #F7CF28
Tints of Turbo #F7CF28
RGB
CMYK
RGB Variations
Color information
#F7CF28 (or 0xF7CF28) is known color: Turbo. HEX triplet: F7, CF and 28. RGB value is (247,207,40). Sum of RGB (Red+Green+Blue) = 247+207+40=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CF28 is #0830D7. Grayscale: #C8C8C8. Windows color (decimal): -536792 or 2674679. OLE color: 2674679.
HSL color Cylindrical-coordinate representation of color #F7CF28: hue angle of 48.41º 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 #F7CF28 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 40 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.03 |
| HSL | 48.41º | 0.93% | 0.56% | - |
| HSV(B) | 48.41º | 0.84% | 0.97% | - |
| XYZ | 61.05 | 64.55 | 11.25 | - |
| YUV | 199.92 | 37.75 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 40 | 0 | 0.16 | 0.84 | 0.03 | 48.41 | 0.93 | 0.56 |
| Hex | F7 | CF | 28 | 0 | 10 | 54 | 3 | 30 | 5D | 38 |
| Octal | 367 | 317 | 50 | 0 | 20 | 124 | 3 | 60 | 135 | 70 |
| Binary | 11110111 | 11001111 | 101000 | 0 | 10000 | 1010100 | 11 | 110000 | 1011101 | 111000 |
Color Harmonies of #F7CF28
Complementary color
Monochromatic Colors of #F7CF28
Black with #F7CF28
Text Example
Text Example
White with #F7CF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CF28; }
p { color: rgb(247,207,40); }
H1.HeaderClassName
{
color: #F7CF28;
}
.AnyTagClassName
{
color: #F7CF28;
}
</style>
background-color css
<style>
a { background-color: #F7CF28; }
a { background-color: rgb(247,207,40); }
div.DivClassName
{
background-color: #F7CF28;
}
.BgClassName
{
background-color: #F7CF28;
}
</style>
border-color css
<style>
span { border-color: #F7CF28; }
span { border-color: rgb(247,207,40); }
td.TdClassName
{
border-color: #F7CF28;
}
.TagClassName
{
border-color: #F7CF28;
}
</style>