Shades of Turbo #FECB19
Tints of Turbo #FECB19
RGB
CMYK
RGB Variations
Color information
#FECB19 (or 0xFECB19) is known color: Turbo. HEX triplet: FE, CB and 19. RGB value is (254,203,25). Sum of RGB (Red+Green+Blue) = 254+203+25=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 25 (10.16% from 255 or 5.19% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECB19 is #0134E6. Grayscale: #C6C6C6. Windows color (decimal): -79079 or 1690622. OLE color: 1690622.
HSL color Cylindrical-coordinate representation of color #FECB19: hue angle of 46.64º 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 #FECB19 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 25 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.00 |
| HSL | 46.64º | 0.99% | 0.55% | - |
| HSV(B) | 46.64º | 0.9% | 1% | - |
| XYZ | 62.4 | 63.85 | 9.96 | - |
| YUV | 197.96 | 30.4 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 25 | 0 | 0.20 | 0.90 | 0.00 | 46.64 | 0.99 | 0.55 |
| Hex | FE | CB | 19 | 0 | 14 | 5A | 0 | 2F | 63 | 37 |
| Octal | 376 | 313 | 31 | 0 | 24 | 132 | 0 | 57 | 143 | 67 |
| Binary | 11111110 | 11001011 | 11001 | 0 | 10100 | 1011010 | 0 | 101111 | 1100011 | 110111 |
Color Harmonies of #FECB19
Complementary color
Monochromatic Colors of #FECB19
Black with #FECB19
Text Example
Text Example
White with #FECB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB19; }
p { color: rgb(254,203,25); }
H1.HeaderClassName
{
color: #FECB19;
}
.AnyTagClassName
{
color: #FECB19;
}
</style>
background-color css
<style>
a { background-color: #FECB19; }
a { background-color: rgb(254,203,25); }
div.DivClassName
{
background-color: #FECB19;
}
.BgClassName
{
background-color: #FECB19;
}
</style>
border-color css
<style>
span { border-color: #FECB19; }
span { border-color: rgb(254,203,25); }
td.TdClassName
{
border-color: #FECB19;
}
.TagClassName
{
border-color: #FECB19;
}
</style>