Shades of Turbo #FECB16
Tints of Turbo #FECB16
RGB
CMYK
RGB Variations
Color information
#FECB16 (or 0xFECB16) is known color: Turbo. HEX triplet: FE, CB and 16. RGB value is (254,203,22). Sum of RGB (Red+Green+Blue) = 254+203+22=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 22 (8.98% from 255 or 4.59% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECB16 is #0134E9. Grayscale: #C6C6C6. Windows color (decimal): -79082 or 1494014. OLE color: 1494014.
HSL color Cylindrical-coordinate representation of color #FECB16: hue angle of 46.81º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FECB16 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 22 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.00 |
| HSL | 46.81º | 0.99% | 0.54% | - |
| HSV(B) | 46.81º | 0.91% | 1% | - |
| XYZ | 62.37 | 63.84 | 9.79 | - |
| YUV | 197.62 | 28.9 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 22 | 0 | 0.20 | 0.91 | 0.00 | 46.81 | 0.99 | 0.54 |
| Hex | FE | CB | 16 | 0 | 14 | 5B | 0 | 2F | 63 | 36 |
| Octal | 376 | 313 | 26 | 0 | 24 | 133 | 0 | 57 | 143 | 66 |
| Binary | 11111110 | 11001011 | 10110 | 0 | 10100 | 1011011 | 0 | 101111 | 1100011 | 110110 |
Color Harmonies of #FECB16
Complementary color
Monochromatic Colors of #FECB16
Black with #FECB16
Text Example
Text Example
White with #FECB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB16; }
p { color: rgb(254,203,22); }
H1.HeaderClassName
{
color: #FECB16;
}
.AnyTagClassName
{
color: #FECB16;
}
</style>
background-color css
<style>
a { background-color: #FECB16; }
a { background-color: rgb(254,203,22); }
div.DivClassName
{
background-color: #FECB16;
}
.BgClassName
{
background-color: #FECB16;
}
</style>
border-color css
<style>
span { border-color: #FECB16; }
span { border-color: rgb(254,203,22); }
td.TdClassName
{
border-color: #FECB16;
}
.TagClassName
{
border-color: #FECB16;
}
</style>