Shades of Selective Yellow #FEBA13
Tints of Selective Yellow #FEBA13
RGB
CMYK
RGB Variations
Color information
#FEBA13 (or 0xFEBA13) is known color: Selective Yellow. HEX triplet: FE, BA and 13. RGB value is (254,186,19). Sum of RGB (Red+Green+Blue) = 254+186+19=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 19 (7.81% from 255 or 4.14% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBA13 is #0145EC. Grayscale: #BCBCBC. Windows color (decimal): -83437 or 1293054. OLE color: 1293054.
HSL color Cylindrical-coordinate representation of color #FEBA13: hue angle of 42.64º 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 #FEBA13 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 19 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.00 |
| HSL | 42.64º | 0.99% | 0.54% | - |
| HSV(B) | 42.64º | 0.93% | 1% | - |
| XYZ | 58.55 | 56.24 | 8.38 | - |
| YUV | 187.29 | 33.03 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 19 | 0 | 0.27 | 0.93 | 0.00 | 42.64 | 0.99 | 0.54 |
| Hex | FE | BA | 13 | 0 | 1B | 5D | 0 | 2B | 63 | 36 |
| Octal | 376 | 272 | 23 | 0 | 33 | 135 | 0 | 53 | 143 | 66 |
| Binary | 11111110 | 10111010 | 10011 | 0 | 11011 | 1011101 | 0 | 101011 | 1100011 | 110110 |
Color Harmonies of #FEBA13
Complementary color
Monochromatic Colors of #FEBA13
Black with #FEBA13
Text Example
Text Example
White with #FEBA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA13; }
p { color: rgb(254,186,19); }
H1.HeaderClassName
{
color: #FEBA13;
}
.AnyTagClassName
{
color: #FEBA13;
}
</style>
background-color css
<style>
a { background-color: #FEBA13; }
a { background-color: rgb(254,186,19); }
div.DivClassName
{
background-color: #FEBA13;
}
.BgClassName
{
background-color: #FEBA13;
}
</style>
border-color css
<style>
span { border-color: #FEBA13; }
span { border-color: rgb(254,186,19); }
td.TdClassName
{
border-color: #FEBA13;
}
.TagClassName
{
border-color: #FEBA13;
}
</style>