Shades of Turbo #FEC620
Tints of Turbo #FEC620
RGB
CMYK
RGB Variations
Color information
#FEC620 (or 0xFEC620) is known color: Turbo. HEX triplet: FE, C6 and 20. RGB value is (254,198,32). Sum of RGB (Red+Green+Blue) = 254+198+32=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 32 (12.89% from 255 or 6.61% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC620 is #0139DF. Grayscale: #C4C4C4. Windows color (decimal): -80352 or 2148094. OLE color: 2148094.
HSL color Cylindrical-coordinate representation of color #FEC620: hue angle of 44.86º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEC620 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 32 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.00 |
| HSL | 44.86º | 0.99% | 0.56% | - |
| HSV(B) | 44.86º | 0.87% | 1% | - |
| XYZ | 61.33 | 61.56 | 10.02 | - |
| YUV | 195.82 | 35.55 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 32 | 0 | 0.22 | 0.87 | 0.00 | 44.86 | 0.99 | 0.56 |
| Hex | FE | C6 | 20 | 0 | 16 | 57 | 0 | 2D | 63 | 38 |
| Octal | 376 | 306 | 40 | 0 | 26 | 127 | 0 | 55 | 143 | 70 |
| Binary | 11111110 | 11000110 | 100000 | 0 | 10110 | 1010111 | 0 | 101101 | 1100011 | 111000 |
Color Harmonies of #FEC620
Complementary color
Monochromatic Colors of #FEC620
Black with #FEC620
Text Example
Text Example
White with #FEC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC620; }
p { color: rgb(254,198,32); }
H1.HeaderClassName
{
color: #FEC620;
}
.AnyTagClassName
{
color: #FEC620;
}
</style>
background-color css
<style>
a { background-color: #FEC620; }
a { background-color: rgb(254,198,32); }
div.DivClassName
{
background-color: #FEC620;
}
.BgClassName
{
background-color: #FEC620;
}
</style>
border-color css
<style>
span { border-color: #FEC620; }
span { border-color: rgb(254,198,32); }
td.TdClassName
{
border-color: #FEC620;
}
.TagClassName
{
border-color: #FEC620;
}
</style>