Shades of Turbo #FEC616
Tints of Turbo #FEC616
RGB
CMYK
RGB Variations
Color information
#FEC616 (or 0xFEC616) is known color: Turbo. HEX triplet: FE, C6 and 16. RGB value is (254,198,22). Sum of RGB (Red+Green+Blue) = 254+198+22=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 22 (8.98% from 255 or 4.64% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC616 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC616 is #0139E9. Grayscale: #C3C3C3. Windows color (decimal): -80362 or 1492734. OLE color: 1492734.
HSL color Cylindrical-coordinate representation of color #FEC616: hue angle of 45.52º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEC616 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 22 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.00 |
| HSL | 45.52º | 0.99% | 0.54% | - |
| HSV(B) | 45.52º | 0.91% | 1% | - |
| XYZ | 61.21 | 61.52 | 9.41 | - |
| YUV | 194.68 | 30.55 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 22 | 0 | 0.22 | 0.91 | 0.00 | 45.52 | 0.99 | 0.54 |
| Hex | FE | C6 | 16 | 0 | 16 | 5B | 0 | 2E | 63 | 36 |
| Octal | 376 | 306 | 26 | 0 | 26 | 133 | 0 | 56 | 143 | 66 |
| Binary | 11111110 | 11000110 | 10110 | 0 | 10110 | 1011011 | 0 | 101110 | 1100011 | 110110 |
Color Harmonies of #FEC616
Complementary color
Monochromatic Colors of #FEC616
Black with #FEC616
Text Example
Text Example
White with #FEC616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC616; }
p { color: rgb(254,198,22); }
H1.HeaderClassName
{
color: #FEC616;
}
.AnyTagClassName
{
color: #FEC616;
}
</style>
background-color css
<style>
a { background-color: #FEC616; }
a { background-color: rgb(254,198,22); }
div.DivClassName
{
background-color: #FEC616;
}
.BgClassName
{
background-color: #FEC616;
}
</style>
border-color css
<style>
span { border-color: #FEC616; }
span { border-color: rgb(254,198,22); }
td.TdClassName
{
border-color: #FEC616;
}
.TagClassName
{
border-color: #FEC616;
}
</style>