Shades of Turbo #F7CE1D
Tints of Turbo #F7CE1D
RGB
CMYK
RGB Variations
Color information
#F7CE1D (or 0xF7CE1D) is known color: Turbo. HEX triplet: F7, CE and 1D. RGB value is (247,206,29). Sum of RGB (Red+Green+Blue) = 247+206+29=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 29 (11.72% from 255 or 6.02% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CE1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CE1D is #0831E2. Grayscale: #C6C6C6. Windows color (decimal): -537059 or 1953527. OLE color: 1953527.
HSL color Cylindrical-coordinate representation of color #F7CE1D: hue angle of 48.72º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F7CE1D is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 206 | 29 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.03 |
| HSL | 48.72º | 0.93% | 0.54% | - |
| HSV(B) | 48.72º | 0.88% | 0.97% | - |
| XYZ | 60.65 | 64.01 | 10.32 | - |
| YUV | 198.08 | 32.58 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 206 | 29 | 0 | 0.17 | 0.88 | 0.03 | 48.72 | 0.93 | 0.54 |
| Hex | F7 | CE | 1D | 0 | 11 | 58 | 3 | 31 | 5D | 36 |
| Octal | 367 | 316 | 35 | 0 | 21 | 130 | 3 | 61 | 135 | 66 |
| Binary | 11110111 | 11001110 | 11101 | 0 | 10001 | 1011000 | 11 | 110001 | 1011101 | 110110 |
Color Harmonies of #F7CE1D
Complementary color
Monochromatic Colors of #F7CE1D
Black with #F7CE1D
Text Example
Text Example
White with #F7CE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CE1D; }
p { color: rgb(247,206,29); }
H1.HeaderClassName
{
color: #F7CE1D;
}
.AnyTagClassName
{
color: #F7CE1D;
}
</style>
background-color css
<style>
a { background-color: #F7CE1D; }
a { background-color: rgb(247,206,29); }
div.DivClassName
{
background-color: #F7CE1D;
}
.BgClassName
{
background-color: #F7CE1D;
}
</style>
border-color css
<style>
span { border-color: #F7CE1D; }
span { border-color: rgb(247,206,29); }
td.TdClassName
{
border-color: #F7CE1D;
}
.TagClassName
{
border-color: #F7CE1D;
}
</style>