Shades of Turbo #FECB13
Tints of Turbo #FECB13
RGB
CMYK
RGB Variations
Color information
#FECB13 (or 0xFECB13) is known color: Turbo. HEX triplet: FE, CB and 13. RGB value is (254,203,19). Sum of RGB (Red+Green+Blue) = 254+203+19=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 19 (7.81% from 255 or 3.99% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECB13 is #0134EC. Grayscale: #C6C6C6. Windows color (decimal): -79085 or 1297406. OLE color: 1297406.
HSL color Cylindrical-coordinate representation of color #FECB13: hue angle of 46.98º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FECB13 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 19 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.00 |
| HSL | 46.98º | 0.99% | 0.54% | - |
| HSV(B) | 46.98º | 0.93% | 1% | - |
| XYZ | 62.35 | 63.83 | 9.65 | - |
| YUV | 197.27 | 27.4 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 19 | 0 | 0.20 | 0.93 | 0.00 | 46.98 | 0.99 | 0.54 |
| Hex | FE | CB | 13 | 0 | 14 | 5D | 0 | 2F | 63 | 36 |
| Octal | 376 | 313 | 23 | 0 | 24 | 135 | 0 | 57 | 143 | 66 |
| Binary | 11111110 | 11001011 | 10011 | 0 | 10100 | 1011101 | 0 | 101111 | 1100011 | 110110 |
Color Harmonies of #FECB13
Complementary color
Monochromatic Colors of #FECB13
Black with #FECB13
Text Example
Text Example
White with #FECB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB13; }
p { color: rgb(254,203,19); }
H1.HeaderClassName
{
color: #FECB13;
}
.AnyTagClassName
{
color: #FECB13;
}
</style>
background-color css
<style>
a { background-color: #FECB13; }
a { background-color: rgb(254,203,19); }
div.DivClassName
{
background-color: #FECB13;
}
.BgClassName
{
background-color: #FECB13;
}
</style>
border-color css
<style>
span { border-color: #FECB13; }
span { border-color: rgb(254,203,19); }
td.TdClassName
{
border-color: #FECB13;
}
.TagClassName
{
border-color: #FECB13;
}
</style>