Shades of Turbo #F7CC11
Tints of Turbo #F7CC11
RGB
CMYK
RGB Variations
Color information
#F7CC11 (or 0xF7CC11) is known color: Turbo. HEX triplet: F7, CC and 11. RGB value is (247,204,17). Sum of RGB (Red+Green+Blue) = 247+204+17=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 17 (7.03% from 255 or 3.63% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CC11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7CC11 is #0833EE. Grayscale: #C4C4C4. Windows color (decimal): -537583 or 1166583. OLE color: 1166583.
HSL color Cylindrical-coordinate representation of color #F7CC11: hue angle of 48.78º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F7CC11 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 204 | 17 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.03 |
| HSL | 48.78º | 0.93% | 0.52% | - |
| HSV(B) | 48.78º | 0.93% | 0.97% | - |
| XYZ | 60.05 | 63 | 9.53 | - |
| YUV | 195.54 | 27.25 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 204 | 17 | 0 | 0.17 | 0.93 | 0.03 | 48.78 | 0.93 | 0.52 |
| Hex | F7 | CC | 11 | 0 | 11 | 5D | 3 | 31 | 5D | 34 |
| Octal | 367 | 314 | 21 | 0 | 21 | 135 | 3 | 61 | 135 | 64 |
| Binary | 11110111 | 11001100 | 10001 | 0 | 10001 | 1011101 | 11 | 110001 | 1011101 | 110100 |
Color Harmonies of #F7CC11
Complementary color
Monochromatic Colors of #F7CC11
Black with #F7CC11
Text Example
Text Example
White with #F7CC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CC11; }
p { color: rgb(247,204,17); }
H1.HeaderClassName
{
color: #F7CC11;
}
.AnyTagClassName
{
color: #F7CC11;
}
</style>
background-color css
<style>
a { background-color: #F7CC11; }
a { background-color: rgb(247,204,17); }
div.DivClassName
{
background-color: #F7CC11;
}
.BgClassName
{
background-color: #F7CC11;
}
</style>
border-color css
<style>
span { border-color: #F7CC11; }
span { border-color: rgb(247,204,17); }
td.TdClassName
{
border-color: #F7CC11;
}
.TagClassName
{
border-color: #F7CC11;
}
</style>