Shades of Selective Yellow #FEBB02
Tints of Selective Yellow #FEBB02
RGB
CMYK
RGB Variations
Color information
#FEBB02 (or 0xFEBB02) is known color: Selective Yellow. HEX triplet: FE, BB and 02. RGB value is (254,187,2). Sum of RGB (Red+Green+Blue) = 254+187+2=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBB02 is #0144FD. Grayscale: #BABABA. Windows color (decimal): -83198 or 179198. OLE color: 179198.
HSL color Cylindrical-coordinate representation of color #FEBB02: hue angle of 44.05º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEBB02 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.00 |
| HSL | 44.05º | 0.99% | 0.5% | - |
| HSV(B) | 44.05º | 0.99% | 1% | - |
| XYZ | 58.65 | 56.62 | 7.89 | - |
| YUV | 185.94 | 24.2 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 2 | 0 | 0.26 | 0.99 | 0.00 | 44.05 | 0.99 | 0.5 |
| Hex | FE | BB | 2 | 0 | 1A | 63 | 0 | 2C | 63 | 32 |
| Octal | 376 | 273 | 2 | 0 | 32 | 143 | 0 | 54 | 143 | 62 |
| Binary | 11111110 | 10111011 | 10 | 0 | 11010 | 1100011 | 0 | 101100 | 1100011 | 110010 |
Color Harmonies of #FEBB02
Complementary color
Monochromatic Colors of #FEBB02
Black with #FEBB02
Text Example
Text Example
White with #FEBB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB02; }
p { color: rgb(254,187,2); }
H1.HeaderClassName
{
color: #FEBB02;
}
.AnyTagClassName
{
color: #FEBB02;
}
</style>
background-color css
<style>
a { background-color: #FEBB02; }
a { background-color: rgb(254,187,2); }
div.DivClassName
{
background-color: #FEBB02;
}
.BgClassName
{
background-color: #FEBB02;
}
</style>
border-color css
<style>
span { border-color: #FEBB02; }
span { border-color: rgb(254,187,2); }
td.TdClassName
{
border-color: #FEBB02;
}
.TagClassName
{
border-color: #FEBB02;
}
</style>