Shades of Turbo #FEC919
Tints of Turbo #FEC919
RGB
CMYK
RGB Variations
Color information
#FEC919 (or 0xFEC919) is known color: Turbo. HEX triplet: FE, C9 and 19. RGB value is (254,201,25). Sum of RGB (Red+Green+Blue) = 254+201+25=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 25 (10.16% from 255 or 5.21% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC919 is #0136E6. Grayscale: #C5C5C5. Windows color (decimal): -79591 or 1690110. OLE color: 1690110.
HSL color Cylindrical-coordinate representation of color #FEC919: hue angle of 46.11º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEC919 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 25 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.00 |
| HSL | 46.11º | 0.99% | 0.55% | - |
| HSV(B) | 46.11º | 0.9% | 1% | - |
| XYZ | 61.94 | 62.91 | 9.8 | - |
| YUV | 196.78 | 31.06 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 25 | 0 | 0.21 | 0.90 | 0.00 | 46.11 | 0.99 | 0.55 |
| Hex | FE | C9 | 19 | 0 | 15 | 5A | 0 | 2E | 63 | 37 |
| Octal | 376 | 311 | 31 | 0 | 25 | 132 | 0 | 56 | 143 | 67 |
| Binary | 11111110 | 11001001 | 11001 | 0 | 10101 | 1011010 | 0 | 101110 | 1100011 | 110111 |
Color Harmonies of #FEC919
Complementary color
Monochromatic Colors of #FEC919
Black with #FEC919
Text Example
Text Example
White with #FEC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC919; }
p { color: rgb(254,201,25); }
H1.HeaderClassName
{
color: #FEC919;
}
.AnyTagClassName
{
color: #FEC919;
}
</style>
background-color css
<style>
a { background-color: #FEC919; }
a { background-color: rgb(254,201,25); }
div.DivClassName
{
background-color: #FEC919;
}
.BgClassName
{
background-color: #FEC919;
}
</style>
border-color css
<style>
span { border-color: #FEC919; }
span { border-color: rgb(254,201,25); }
td.TdClassName
{
border-color: #FEC919;
}
.TagClassName
{
border-color: #FEC919;
}
</style>