Shades of Selective Yellow #FEBB0E
Tints of Selective Yellow #FEBB0E
RGB
CMYK
RGB Variations
Color information
#FEBB0E (or 0xFEBB0E) is known color: Selective Yellow. HEX triplet: FE, BB and 0E. RGB value is (254,187,14). Sum of RGB (Red+Green+Blue) = 254+187+14=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 14 (5.86% from 255 or 3.08% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBB0E is #0144F1. Grayscale: #BCBCBC. Windows color (decimal): -83186 or 965630. OLE color: 965630.
HSL color Cylindrical-coordinate representation of color #FEBB0E: hue angle of 43.25º 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 #FEBB0E is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 14 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.00 |
| HSL | 43.25º | 0.99% | 0.53% | - |
| HSV(B) | 43.25º | 0.94% | 1% | - |
| XYZ | 58.72 | 56.64 | 8.25 | - |
| YUV | 187.31 | 30.2 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 14 | 0 | 0.26 | 0.94 | 0.00 | 43.25 | 0.99 | 0.53 |
| Hex | FE | BB | E | 0 | 1A | 5E | 0 | 2B | 63 | 35 |
| Octal | 376 | 273 | 16 | 0 | 32 | 136 | 0 | 53 | 143 | 65 |
| Binary | 11111110 | 10111011 | 1110 | 0 | 11010 | 1011110 | 0 | 101011 | 1100011 | 110101 |
Color Harmonies of #FEBB0E
Complementary color
Monochromatic Colors of #FEBB0E
Black with #FEBB0E
Text Example
Text Example
White with #FEBB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB0E; }
p { color: rgb(254,187,14); }
H1.HeaderClassName
{
color: #FEBB0E;
}
.AnyTagClassName
{
color: #FEBB0E;
}
</style>
background-color css
<style>
a { background-color: #FEBB0E; }
a { background-color: rgb(254,187,14); }
div.DivClassName
{
background-color: #FEBB0E;
}
.BgClassName
{
background-color: #FEBB0E;
}
</style>
border-color css
<style>
span { border-color: #FEBB0E; }
span { border-color: rgb(254,187,14); }
td.TdClassName
{
border-color: #FEBB0E;
}
.TagClassName
{
border-color: #FEBB0E;
}
</style>