Shades of Selective Yellow #FEBA00
Tints of Selective Yellow #FEBA00
RGB
CMYK
RGB Variations
Color information
#FEBA00 (or 0xFEBA00) is known color: Selective Yellow. HEX triplet: FE, BA and 00. RGB value is (254,186,0). Sum of RGB (Red+Green+Blue) = 254+186+0=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBA00 is #0145FF. Grayscale: #B9B9B9. Windows color (decimal): -83456 or 47870. OLE color: 47870.
HSL color Cylindrical-coordinate representation of color #FEBA00: hue angle of 43.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEBA00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.00 |
| HSL | 43.94º | 1% | 0.5% | - |
| HSV(B) | 43.94º | 1% | 1% | - |
| XYZ | 58.43 | 56.19 | 7.77 | - |
| YUV | 185.13 | 23.53 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 0 | 0 | 0.27 | 1 | 0.00 | 43.94 | 1 | 0.5 |
| Hex | FE | BA | 0 | 0 | 1B | 64 | 0 | 2C | 64 | 32 |
| Octal | 376 | 272 | 0 | 0 | 33 | 144 | 0 | 54 | 144 | 62 |
| Binary | 11111110 | 10111010 | 0 | 0 | 11011 | 1100100 | 0 | 101100 | 1100100 | 110010 |
Color Harmonies of #FEBA00
Complementary color
Monochromatic Colors of #FEBA00
Black with #FEBA00
Text Example
Text Example
White with #FEBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA00; }
p { color: rgb(254,186,0); }
H1.HeaderClassName
{
color: #FEBA00;
}
.AnyTagClassName
{
color: #FEBA00;
}
</style>
background-color css
<style>
a { background-color: #FEBA00; }
a { background-color: rgb(254,186,0); }
div.DivClassName
{
background-color: #FEBA00;
}
.BgClassName
{
background-color: #FEBA00;
}
</style>
border-color css
<style>
span { border-color: #FEBA00; }
span { border-color: rgb(254,186,0); }
td.TdClassName
{
border-color: #FEBA00;
}
.TagClassName
{
border-color: #FEBA00;
}
</style>