Shades of Turbo #F7CC28
Tints of Turbo #F7CC28
RGB
CMYK
RGB Variations
Color information
#F7CC28 (or 0xF7CC28) is known color: Turbo. HEX triplet: F7, CC and 28. RGB value is (247,204,40). Sum of RGB (Red+Green+Blue) = 247+204+40=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 40 (16.02% from 255 or 8.15% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CC28 is #0833D7. Grayscale: #C6C6C6. Windows color (decimal): -537560 or 2673911. OLE color: 2673911.
HSL color Cylindrical-coordinate representation of color #F7CC28: hue angle of 47.54º 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 #F7CC28 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 204 | 40 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.03 |
| HSL | 47.54º | 0.93% | 0.56% | - |
| HSV(B) | 47.54º | 0.84% | 0.97% | - |
| XYZ | 60.33 | 63.11 | 11.01 | - |
| YUV | 198.16 | 38.75 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 204 | 40 | 0 | 0.17 | 0.84 | 0.03 | 47.54 | 0.93 | 0.56 |
| Hex | F7 | CC | 28 | 0 | 11 | 54 | 3 | 30 | 5D | 38 |
| Octal | 367 | 314 | 50 | 0 | 21 | 124 | 3 | 60 | 135 | 70 |
| Binary | 11110111 | 11001100 | 101000 | 0 | 10001 | 1010100 | 11 | 110000 | 1011101 | 111000 |
Color Harmonies of #F7CC28
Complementary color
Monochromatic Colors of #F7CC28
Black with #F7CC28
Text Example
Text Example
White with #F7CC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CC28; }
p { color: rgb(247,204,40); }
H1.HeaderClassName
{
color: #F7CC28;
}
.AnyTagClassName
{
color: #F7CC28;
}
</style>
background-color css
<style>
a { background-color: #F7CC28; }
a { background-color: rgb(247,204,40); }
div.DivClassName
{
background-color: #F7CC28;
}
.BgClassName
{
background-color: #F7CC28;
}
</style>
border-color css
<style>
span { border-color: #F7CC28; }
span { border-color: rgb(247,204,40); }
td.TdClassName
{
border-color: #F7CC28;
}
.TagClassName
{
border-color: #F7CC28;
}
</style>