Shades of Selective Yellow #FEBA03
Tints of Selective Yellow #FEBA03
RGB
CMYK
RGB Variations
Color information
#FEBA03 (or 0xFEBA03) is known color: Selective Yellow. HEX triplet: FE, BA and 03. RGB value is (254,186,3). Sum of RGB (Red+Green+Blue) = 254+186+3=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 3 (1.56% from 255 or 0.68% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBA03 is #0145FC. Grayscale: #BABABA. Windows color (decimal): -83453 or 244478. OLE color: 244478.
HSL color Cylindrical-coordinate representation of color #FEBA03: hue angle of 43.75º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEBA03 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 3 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.00 |
| HSL | 43.75º | 0.99% | 0.5% | - |
| HSV(B) | 43.75º | 0.99% | 1% | - |
| XYZ | 58.45 | 56.2 | 7.85 | - |
| YUV | 185.47 | 25.03 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 3 | 0 | 0.27 | 0.99 | 0.00 | 43.75 | 0.99 | 0.5 |
| Hex | FE | BA | 3 | 0 | 1B | 63 | 0 | 2C | 63 | 32 |
| Octal | 376 | 272 | 3 | 0 | 33 | 143 | 0 | 54 | 143 | 62 |
| Binary | 11111110 | 10111010 | 11 | 0 | 11011 | 1100011 | 0 | 101100 | 1100011 | 110010 |
Color Harmonies of #FEBA03
Complementary color
Monochromatic Colors of #FEBA03
Black with #FEBA03
Text Example
Text Example
White with #FEBA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA03; }
p { color: rgb(254,186,3); }
H1.HeaderClassName
{
color: #FEBA03;
}
.AnyTagClassName
{
color: #FEBA03;
}
</style>
background-color css
<style>
a { background-color: #FEBA03; }
a { background-color: rgb(254,186,3); }
div.DivClassName
{
background-color: #FEBA03;
}
.BgClassName
{
background-color: #FEBA03;
}
</style>
border-color css
<style>
span { border-color: #FEBA03; }
span { border-color: rgb(254,186,3); }
td.TdClassName
{
border-color: #FEBA03;
}
.TagClassName
{
border-color: #FEBA03;
}
</style>