Shades of Selective Yellow #FEBA0B
Tints of Selective Yellow #FEBA0B
RGB
CMYK
RGB Variations
Color information
#FEBA0B (or 0xFEBA0B) is known color: Selective Yellow. HEX triplet: FE, BA and 0B. RGB value is (254,186,11). Sum of RGB (Red+Green+Blue) = 254+186+11=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 11 (4.69% from 255 or 2.44% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBA0B is #0145F4. Grayscale: #BBBBBB. Windows color (decimal): -83445 or 768766. OLE color: 768766.
HSL color Cylindrical-coordinate representation of color #FEBA0B: hue angle of 43.21º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEBA0B is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 11 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.00 |
| HSL | 43.21º | 0.99% | 0.52% | - |
| HSV(B) | 43.21º | 0.96% | 1% | - |
| XYZ | 58.49 | 56.21 | 8.08 | - |
| YUV | 186.38 | 29.03 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 11 | 0 | 0.27 | 0.96 | 0.00 | 43.21 | 0.99 | 0.52 |
| Hex | FE | BA | B | 0 | 1B | 60 | 0 | 2B | 63 | 34 |
| Octal | 376 | 272 | 13 | 0 | 33 | 140 | 0 | 53 | 143 | 64 |
| Binary | 11111110 | 10111010 | 1011 | 0 | 11011 | 1100000 | 0 | 101011 | 1100011 | 110100 |
Color Harmonies of #FEBA0B
Complementary color
Monochromatic Colors of #FEBA0B
Black with #FEBA0B
Text Example
Text Example
White with #FEBA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA0B; }
p { color: rgb(254,186,11); }
H1.HeaderClassName
{
color: #FEBA0B;
}
.AnyTagClassName
{
color: #FEBA0B;
}
</style>
background-color css
<style>
a { background-color: #FEBA0B; }
a { background-color: rgb(254,186,11); }
div.DivClassName
{
background-color: #FEBA0B;
}
.BgClassName
{
background-color: #FEBA0B;
}
</style>
border-color css
<style>
span { border-color: #FEBA0B; }
span { border-color: rgb(254,186,11); }
td.TdClassName
{
border-color: #FEBA0B;
}
.TagClassName
{
border-color: #FEBA0B;
}
</style>