Shades of Selective Yellow #FEBA0A
Tints of Selective Yellow #FEBA0A
RGB
CMYK
RGB Variations
Color information
#FEBA0A (or 0xFEBA0A) is known color: Selective Yellow. HEX triplet: FE, BA and 0A. RGB value is (254,186,10). Sum of RGB (Red+Green+Blue) = 254+186+10=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBA0A is #0145F5. Grayscale: #BBBBBB. Windows color (decimal): -83446 or 703230. OLE color: 703230.
HSL color Cylindrical-coordinate representation of color #FEBA0A: hue angle of 43.28º 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 #FEBA0A is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 10 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.00 |
| HSL | 43.28º | 0.99% | 0.52% | - |
| HSV(B) | 43.28º | 0.96% | 1% | - |
| XYZ | 58.49 | 56.21 | 8.05 | - |
| YUV | 186.27 | 28.53 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 10 | 0 | 0.27 | 0.96 | 0.00 | 43.28 | 0.99 | 0.52 |
| Hex | FE | BA | A | 0 | 1B | 60 | 0 | 2B | 63 | 34 |
| Octal | 376 | 272 | 12 | 0 | 33 | 140 | 0 | 53 | 143 | 64 |
| Binary | 11111110 | 10111010 | 1010 | 0 | 11011 | 1100000 | 0 | 101011 | 1100011 | 110100 |
Color Harmonies of #FEBA0A
Complementary color
Monochromatic Colors of #FEBA0A
Black with #FEBA0A
Text Example
Text Example
White with #FEBA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA0A; }
p { color: rgb(254,186,10); }
H1.HeaderClassName
{
color: #FEBA0A;
}
.AnyTagClassName
{
color: #FEBA0A;
}
</style>
background-color css
<style>
a { background-color: #FEBA0A; }
a { background-color: rgb(254,186,10); }
div.DivClassName
{
background-color: #FEBA0A;
}
.BgClassName
{
background-color: #FEBA0A;
}
</style>
border-color css
<style>
span { border-color: #FEBA0A; }
span { border-color: rgb(254,186,10); }
td.TdClassName
{
border-color: #FEBA0A;
}
.TagClassName
{
border-color: #FEBA0A;
}
</style>