Shades of Turbo #FEC618
Tints of Turbo #FEC618
RGB
CMYK
RGB Variations
Color information
#FEC618 (or 0xFEC618) is known color: Turbo. HEX triplet: FE, C6 and 18. RGB value is (254,198,24). Sum of RGB (Red+Green+Blue) = 254+198+24=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 24 (9.77% from 255 or 5.04% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC618 is #0139E7. Grayscale: #C3C3C3. Windows color (decimal): -80360 or 1623806. OLE color: 1623806.
HSL color Cylindrical-coordinate representation of color #FEC618: hue angle of 45.39º 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 #FEC618 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 24 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.00 |
| HSL | 45.39º | 0.99% | 0.55% | - |
| HSV(B) | 45.39º | 0.91% | 1% | - |
| XYZ | 61.23 | 61.52 | 9.51 | - |
| YUV | 194.91 | 31.55 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 24 | 0 | 0.22 | 0.91 | 0.00 | 45.39 | 0.99 | 0.55 |
| Hex | FE | C6 | 18 | 0 | 16 | 5B | 0 | 2D | 63 | 37 |
| Octal | 376 | 306 | 30 | 0 | 26 | 133 | 0 | 55 | 143 | 67 |
| Binary | 11111110 | 11000110 | 11000 | 0 | 10110 | 1011011 | 0 | 101101 | 1100011 | 110111 |
Color Harmonies of #FEC618
Complementary color
Monochromatic Colors of #FEC618
Black with #FEC618
Text Example
Text Example
White with #FEC618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC618; }
p { color: rgb(254,198,24); }
H1.HeaderClassName
{
color: #FEC618;
}
.AnyTagClassName
{
color: #FEC618;
}
</style>
background-color css
<style>
a { background-color: #FEC618; }
a { background-color: rgb(254,198,24); }
div.DivClassName
{
background-color: #FEC618;
}
.BgClassName
{
background-color: #FEC618;
}
</style>
border-color css
<style>
span { border-color: #FEC618; }
span { border-color: rgb(254,198,24); }
td.TdClassName
{
border-color: #FEC618;
}
.TagClassName
{
border-color: #FEC618;
}
</style>