Shades of Turbo #FECD14
Tints of Turbo #FECD14
RGB
CMYK
RGB Variations
Color information
#FECD14 (or 0xFECD14) is known color: Turbo. HEX triplet: FE, CD and 14. RGB value is (254,205,20). Sum of RGB (Red+Green+Blue) = 254+205+20=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 20 (8.20% from 255 or 4.18% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECD14 is #0132EB. Grayscale: #C7C7C7. Windows color (decimal): -78572 or 1363454. OLE color: 1363454.
HSL color Cylindrical-coordinate representation of color #FECD14: hue angle of 47.44º 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 #FECD14 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 20 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.00 |
| HSL | 47.44º | 0.99% | 0.54% | - |
| HSV(B) | 47.44º | 0.92% | 1% | - |
| XYZ | 62.83 | 64.78 | 9.85 | - |
| YUV | 198.56 | 27.23 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 20 | 0 | 0.19 | 0.92 | 0.00 | 47.44 | 0.99 | 0.54 |
| Hex | FE | CD | 14 | 0 | 13 | 5C | 0 | 2F | 63 | 36 |
| Octal | 376 | 315 | 24 | 0 | 23 | 134 | 0 | 57 | 143 | 66 |
| Binary | 11111110 | 11001101 | 10100 | 0 | 10011 | 1011100 | 0 | 101111 | 1100011 | 110110 |
Color Harmonies of #FECD14
Complementary color
Monochromatic Colors of #FECD14
Black with #FECD14
Text Example
Text Example
White with #FECD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD14; }
p { color: rgb(254,205,20); }
H1.HeaderClassName
{
color: #FECD14;
}
.AnyTagClassName
{
color: #FECD14;
}
</style>
background-color css
<style>
a { background-color: #FECD14; }
a { background-color: rgb(254,205,20); }
div.DivClassName
{
background-color: #FECD14;
}
.BgClassName
{
background-color: #FECD14;
}
</style>
border-color css
<style>
span { border-color: #FECD14; }
span { border-color: rgb(254,205,20); }
td.TdClassName
{
border-color: #FECD14;
}
.TagClassName
{
border-color: #FECD14;
}
</style>