Shades of Selective Yellow #FEBA07
Tints of Selective Yellow #FEBA07
RGB
CMYK
RGB Variations
Color information
#FEBA07 (or 0xFEBA07) is known color: Selective Yellow. HEX triplet: FE, BA and 07. RGB value is (254,186,7). Sum of RGB (Red+Green+Blue) = 254+186+7=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 7 (3.12% from 255 or 1.57% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBA07 is #0145F8. Grayscale: #BABABA. Windows color (decimal): -83449 or 506622. OLE color: 506622.
HSL color Cylindrical-coordinate representation of color #FEBA07: hue angle of 43.48º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEBA07 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 7 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.00 |
| HSL | 43.48º | 0.99% | 0.51% | - |
| HSV(B) | 43.48º | 0.97% | 1% | - |
| XYZ | 58.47 | 56.2 | 7.97 | - |
| YUV | 185.93 | 27.03 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 7 | 0 | 0.27 | 0.97 | 0.00 | 43.48 | 0.99 | 0.51 |
| Hex | FE | BA | 7 | 0 | 1B | 61 | 0 | 2B | 63 | 33 |
| Octal | 376 | 272 | 7 | 0 | 33 | 141 | 0 | 53 | 143 | 63 |
| Binary | 11111110 | 10111010 | 111 | 0 | 11011 | 1100001 | 0 | 101011 | 1100011 | 110011 |
Color Harmonies of #FEBA07
Complementary color
Monochromatic Colors of #FEBA07
Black with #FEBA07
Text Example
Text Example
White with #FEBA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA07; }
p { color: rgb(254,186,7); }
H1.HeaderClassName
{
color: #FEBA07;
}
.AnyTagClassName
{
color: #FEBA07;
}
</style>
background-color css
<style>
a { background-color: #FEBA07; }
a { background-color: rgb(254,186,7); }
div.DivClassName
{
background-color: #FEBA07;
}
.BgClassName
{
background-color: #FEBA07;
}
</style>
border-color css
<style>
span { border-color: #FEBA07; }
span { border-color: rgb(254,186,7); }
td.TdClassName
{
border-color: #FEBA07;
}
.TagClassName
{
border-color: #FEBA07;
}
</style>