Shades of Selective Yellow #FEBB12
Tints of Selective Yellow #FEBB12
RGB
CMYK
RGB Variations
Color information
#FEBB12 (or 0xFEBB12) is known color: Selective Yellow. HEX triplet: FE, BB and 12. RGB value is (254,187,18). Sum of RGB (Red+Green+Blue) = 254+187+18=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBB12 is #0144ED. Grayscale: #BCBCBC. Windows color (decimal): -83182 or 1227774. OLE color: 1227774.
HSL color Cylindrical-coordinate representation of color #FEBB12: hue angle of 42.97º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEBB12 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 18 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.00 |
| HSL | 42.97º | 0.99% | 0.53% | - |
| HSV(B) | 42.97º | 0.93% | 1% | - |
| XYZ | 58.75 | 56.66 | 8.41 | - |
| YUV | 187.77 | 32.2 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 18 | 0 | 0.26 | 0.93 | 0.00 | 42.97 | 0.99 | 0.53 |
| Hex | FE | BB | 12 | 0 | 1A | 5D | 0 | 2B | 63 | 35 |
| Octal | 376 | 273 | 22 | 0 | 32 | 135 | 0 | 53 | 143 | 65 |
| Binary | 11111110 | 10111011 | 10010 | 0 | 11010 | 1011101 | 0 | 101011 | 1100011 | 110101 |
Color Harmonies of #FEBB12
Complementary color
Monochromatic Colors of #FEBB12
Black with #FEBB12
Text Example
Text Example
White with #FEBB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB12; }
p { color: rgb(254,187,18); }
H1.HeaderClassName
{
color: #FEBB12;
}
.AnyTagClassName
{
color: #FEBB12;
}
</style>
background-color css
<style>
a { background-color: #FEBB12; }
a { background-color: rgb(254,187,18); }
div.DivClassName
{
background-color: #FEBB12;
}
.BgClassName
{
background-color: #FEBB12;
}
</style>
border-color css
<style>
span { border-color: #FEBB12; }
span { border-color: rgb(254,187,18); }
td.TdClassName
{
border-color: #FEBB12;
}
.TagClassName
{
border-color: #FEBB12;
}
</style>