Shades of Selective Yellow #FEBA08
Tints of Selective Yellow #FEBA08
RGB
CMYK
RGB Variations
Color information
#FEBA08 (or 0xFEBA08) is known color: Selective Yellow. HEX triplet: FE, BA and 08. RGB value is (254,186,8). Sum of RGB (Red+Green+Blue) = 254+186+8=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 8 (3.52% from 255 or 1.79% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBA08 is #0145F7. Grayscale: #BABABA. Windows color (decimal): -83448 or 572158. OLE color: 572158.
HSL color Cylindrical-coordinate representation of color #FEBA08: hue angle of 43.41º 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 #FEBA08 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 8 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.00 |
| HSL | 43.41º | 0.99% | 0.51% | - |
| HSV(B) | 43.41º | 0.97% | 1% | - |
| XYZ | 58.48 | 56.21 | 8 | - |
| YUV | 186.04 | 27.53 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 8 | 0 | 0.27 | 0.97 | 0.00 | 43.41 | 0.99 | 0.51 |
| Hex | FE | BA | 8 | 0 | 1B | 61 | 0 | 2B | 63 | 33 |
| Octal | 376 | 272 | 10 | 0 | 33 | 141 | 0 | 53 | 143 | 63 |
| Binary | 11111110 | 10111010 | 1000 | 0 | 11011 | 1100001 | 0 | 101011 | 1100011 | 110011 |
Color Harmonies of #FEBA08
Complementary color
Monochromatic Colors of #FEBA08
Black with #FEBA08
Text Example
Text Example
White with #FEBA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA08; }
p { color: rgb(254,186,8); }
H1.HeaderClassName
{
color: #FEBA08;
}
.AnyTagClassName
{
color: #FEBA08;
}
</style>
background-color css
<style>
a { background-color: #FEBA08; }
a { background-color: rgb(254,186,8); }
div.DivClassName
{
background-color: #FEBA08;
}
.BgClassName
{
background-color: #FEBA08;
}
</style>
border-color css
<style>
span { border-color: #FEBA08; }
span { border-color: rgb(254,186,8); }
td.TdClassName
{
border-color: #FEBA08;
}
.TagClassName
{
border-color: #FEBA08;
}
</style>