Shades of Selective Yellow #FEBB00
Tints of Selective Yellow #FEBB00
RGB
CMYK
RGB Variations
Color information
#FEBB00 (or 0xFEBB00) is known color: Selective Yellow. HEX triplet: FE, BB and 00. RGB value is (254,187,0). Sum of RGB (Red+Green+Blue) = 254+187+0=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBB00 is #0144FF. Grayscale: #BABABA. Windows color (decimal): -83200 or 48126. OLE color: 48126.
HSL color Cylindrical-coordinate representation of color #FEBB00: hue angle of 44.17º 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 #FEBB00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.00 |
| HSL | 44.17º | 1% | 0.5% | - |
| HSV(B) | 44.17º | 1% | 1% | - |
| XYZ | 58.64 | 56.61 | 7.84 | - |
| YUV | 185.72 | 23.2 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 0 | 0 | 0.26 | 1 | 0.00 | 44.17 | 1 | 0.5 |
| Hex | FE | BB | 0 | 0 | 1A | 64 | 0 | 2C | 64 | 32 |
| Octal | 376 | 273 | 0 | 0 | 32 | 144 | 0 | 54 | 144 | 62 |
| Binary | 11111110 | 10111011 | 0 | 0 | 11010 | 1100100 | 0 | 101100 | 1100100 | 110010 |
Color Harmonies of #FEBB00
Complementary color
Monochromatic Colors of #FEBB00
Black with #FEBB00
Text Example
Text Example
White with #FEBB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB00; }
p { color: rgb(254,187,0); }
H1.HeaderClassName
{
color: #FEBB00;
}
.AnyTagClassName
{
color: #FEBB00;
}
</style>
background-color css
<style>
a { background-color: #FEBB00; }
a { background-color: rgb(254,187,0); }
div.DivClassName
{
background-color: #FEBB00;
}
.BgClassName
{
background-color: #FEBB00;
}
</style>
border-color css
<style>
span { border-color: #FEBB00; }
span { border-color: rgb(254,187,0); }
td.TdClassName
{
border-color: #FEBB00;
}
.TagClassName
{
border-color: #FEBB00;
}
</style>