Shades of Turbo #FEC714
Tints of Turbo #FEC714
RGB
CMYK
RGB Variations
Color information
#FEC714 (or 0xFEC714) is known color: Turbo. HEX triplet: FE, C7 and 14. RGB value is (254,199,20). Sum of RGB (Red+Green+Blue) = 254+199+20=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC714 is #0138EB. Grayscale: #C3C3C3. Windows color (decimal): -80108 or 1361918. OLE color: 1361918.
HSL color Cylindrical-coordinate representation of color #FEC714: hue angle of 45.9º 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 #FEC714 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 20 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.00 |
| HSL | 45.9º | 0.99% | 0.54% | - |
| HSV(B) | 45.9º | 0.92% | 1% | - |
| XYZ | 61.42 | 61.97 | 9.39 | - |
| YUV | 195.04 | 29.22 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 20 | 0 | 0.22 | 0.92 | 0.00 | 45.9 | 0.99 | 0.54 |
| Hex | FE | C7 | 14 | 0 | 16 | 5C | 0 | 2E | 63 | 36 |
| Octal | 376 | 307 | 24 | 0 | 26 | 134 | 0 | 56 | 143 | 66 |
| Binary | 11111110 | 11000111 | 10100 | 0 | 10110 | 1011100 | 0 | 101110 | 1100011 | 110110 |
Color Harmonies of #FEC714
Complementary color
Monochromatic Colors of #FEC714
Black with #FEC714
Text Example
Text Example
White with #FEC714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC714; }
p { color: rgb(254,199,20); }
H1.HeaderClassName
{
color: #FEC714;
}
.AnyTagClassName
{
color: #FEC714;
}
</style>
background-color css
<style>
a { background-color: #FEC714; }
a { background-color: rgb(254,199,20); }
div.DivClassName
{
background-color: #FEC714;
}
.BgClassName
{
background-color: #FEC714;
}
</style>
border-color css
<style>
span { border-color: #FEC714; }
span { border-color: rgb(254,199,20); }
td.TdClassName
{
border-color: #FEC714;
}
.TagClassName
{
border-color: #FEC714;
}
</style>