Shades of Turbo #FECC14
Tints of Turbo #FECC14
RGB
CMYK
RGB Variations
Color information
#FECC14 (or 0xFECC14) is known color: Turbo. HEX triplet: FE, CC and 14. RGB value is (254,204,20). Sum of RGB (Red+Green+Blue) = 254+204+20=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 20 (8.20% from 255 or 4.18% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECC14 is #0133EB. Grayscale: #C6C6C6. Windows color (decimal): -78828 or 1363198. OLE color: 1363198.
HSL color Cylindrical-coordinate representation of color #FECC14: hue angle of 47.18º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FECC14 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 20 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.00 |
| HSL | 47.18º | 0.99% | 0.54% | - |
| HSV(B) | 47.18º | 0.92% | 1% | - |
| XYZ | 62.59 | 64.31 | 9.78 | - |
| YUV | 197.97 | 27.57 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 20 | 0 | 0.20 | 0.92 | 0.00 | 47.18 | 0.99 | 0.54 |
| Hex | FE | CC | 14 | 0 | 14 | 5C | 0 | 2F | 63 | 36 |
| Octal | 376 | 314 | 24 | 0 | 24 | 134 | 0 | 57 | 143 | 66 |
| Binary | 11111110 | 11001100 | 10100 | 0 | 10100 | 1011100 | 0 | 101111 | 1100011 | 110110 |
Color Harmonies of #FECC14
Complementary color
Monochromatic Colors of #FECC14
Black with #FECC14
Text Example
Text Example
White with #FECC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC14; }
p { color: rgb(254,204,20); }
H1.HeaderClassName
{
color: #FECC14;
}
.AnyTagClassName
{
color: #FECC14;
}
</style>
background-color css
<style>
a { background-color: #FECC14; }
a { background-color: rgb(254,204,20); }
div.DivClassName
{
background-color: #FECC14;
}
.BgClassName
{
background-color: #FECC14;
}
</style>
border-color css
<style>
span { border-color: #FECC14; }
span { border-color: rgb(254,204,20); }
td.TdClassName
{
border-color: #FECC14;
}
.TagClassName
{
border-color: #FECC14;
}
</style>