Shades of Turbo #FEC718
Tints of Turbo #FEC718
RGB
CMYK
RGB Variations
Color information
#FEC718 (or 0xFEC718) is known color: Turbo. HEX triplet: FE, C7 and 18. RGB value is (254,199,24). Sum of RGB (Red+Green+Blue) = 254+199+24=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 24 (9.77% from 255 or 5.03% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC718 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC718 is #0138E7. Grayscale: #C4C4C4. Windows color (decimal): -80104 or 1624062. OLE color: 1624062.
HSL color Cylindrical-coordinate representation of color #FEC718: hue angle of 45.65º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEC718 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 24 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.00 |
| HSL | 45.65º | 0.99% | 0.55% | - |
| HSV(B) | 45.65º | 0.91% | 1% | - |
| XYZ | 61.46 | 61.98 | 9.59 | - |
| YUV | 195.5 | 31.22 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 24 | 0 | 0.22 | 0.91 | 0.00 | 45.65 | 0.99 | 0.55 |
| Hex | FE | C7 | 18 | 0 | 16 | 5B | 0 | 2E | 63 | 37 |
| Octal | 376 | 307 | 30 | 0 | 26 | 133 | 0 | 56 | 143 | 67 |
| Binary | 11111110 | 11000111 | 11000 | 0 | 10110 | 1011011 | 0 | 101110 | 1100011 | 110111 |
Color Harmonies of #FEC718
Complementary color
Monochromatic Colors of #FEC718
Black with #FEC718
Text Example
Text Example
White with #FEC718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC718; }
p { color: rgb(254,199,24); }
H1.HeaderClassName
{
color: #FEC718;
}
.AnyTagClassName
{
color: #FEC718;
}
</style>
background-color css
<style>
a { background-color: #FEC718; }
a { background-color: rgb(254,199,24); }
div.DivClassName
{
background-color: #FEC718;
}
.BgClassName
{
background-color: #FEC718;
}
</style>
border-color css
<style>
span { border-color: #FEC718; }
span { border-color: rgb(254,199,24); }
td.TdClassName
{
border-color: #FEC718;
}
.TagClassName
{
border-color: #FEC718;
}
</style>