Shades of Selective Yellow #FEBB10
Tints of Selective Yellow #FEBB10
RGB
CMYK
RGB Variations
Color information
#FEBB10 (or 0xFEBB10) is known color: Selective Yellow. HEX triplet: FE, BB and 10. RGB value is (254,187,16). Sum of RGB (Red+Green+Blue) = 254+187+16=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBB10 is #0144EF. Grayscale: #BCBCBC. Windows color (decimal): -83184 or 1096702. OLE color: 1096702.
HSL color Cylindrical-coordinate representation of color #FEBB10: hue angle of 43.11º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEBB10 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 16 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.00 |
| HSL | 43.11º | 0.99% | 0.53% | - |
| HSV(B) | 43.11º | 0.94% | 1% | - |
| XYZ | 58.74 | 56.65 | 8.33 | - |
| YUV | 187.54 | 31.2 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 16 | 0 | 0.26 | 0.94 | 0.00 | 43.11 | 0.99 | 0.53 |
| Hex | FE | BB | 10 | 0 | 1A | 5E | 0 | 2B | 63 | 35 |
| Octal | 376 | 273 | 20 | 0 | 32 | 136 | 0 | 53 | 143 | 65 |
| Binary | 11111110 | 10111011 | 10000 | 0 | 11010 | 1011110 | 0 | 101011 | 1100011 | 110101 |
Color Harmonies of #FEBB10
Complementary color
Monochromatic Colors of #FEBB10
Black with #FEBB10
Text Example
Text Example
White with #FEBB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB10; }
p { color: rgb(254,187,16); }
H1.HeaderClassName
{
color: #FEBB10;
}
.AnyTagClassName
{
color: #FEBB10;
}
</style>
background-color css
<style>
a { background-color: #FEBB10; }
a { background-color: rgb(254,187,16); }
div.DivClassName
{
background-color: #FEBB10;
}
.BgClassName
{
background-color: #FEBB10;
}
</style>
border-color css
<style>
span { border-color: #FEBB10; }
span { border-color: rgb(254,187,16); }
td.TdClassName
{
border-color: #FEBB10;
}
.TagClassName
{
border-color: #FEBB10;
}
</style>