Shades of Selective Yellow #FEBB13
Tints of Selective Yellow #FEBB13
RGB
CMYK
RGB Variations
Color information
#FEBB13 (or 0xFEBB13) is known color: Selective Yellow. HEX triplet: FE, BB and 13. RGB value is (254,187,19). Sum of RGB (Red+Green+Blue) = 254+187+19=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 19 (7.81% from 255 or 4.13% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBB13 is #0144EC. Grayscale: #BCBCBC. Windows color (decimal): -83181 or 1293310. OLE color: 1293310.
HSL color Cylindrical-coordinate representation of color #FEBB13: hue angle of 42.89º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEBB13 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 19 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.00 |
| HSL | 42.89º | 0.99% | 0.54% | - |
| HSV(B) | 42.89º | 0.93% | 1% | - |
| XYZ | 58.76 | 56.66 | 8.46 | - |
| YUV | 187.88 | 32.7 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 19 | 0 | 0.26 | 0.93 | 0.00 | 42.89 | 0.99 | 0.54 |
| Hex | FE | BB | 13 | 0 | 1A | 5D | 0 | 2B | 63 | 36 |
| Octal | 376 | 273 | 23 | 0 | 32 | 135 | 0 | 53 | 143 | 66 |
| Binary | 11111110 | 10111011 | 10011 | 0 | 11010 | 1011101 | 0 | 101011 | 1100011 | 110110 |
Color Harmonies of #FEBB13
Complementary color
Monochromatic Colors of #FEBB13
Black with #FEBB13
Text Example
Text Example
White with #FEBB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB13; }
p { color: rgb(254,187,19); }
H1.HeaderClassName
{
color: #FEBB13;
}
.AnyTagClassName
{
color: #FEBB13;
}
</style>
background-color css
<style>
a { background-color: #FEBB13; }
a { background-color: rgb(254,187,19); }
div.DivClassName
{
background-color: #FEBB13;
}
.BgClassName
{
background-color: #FEBB13;
}
</style>
border-color css
<style>
span { border-color: #FEBB13; }
span { border-color: rgb(254,187,19); }
td.TdClassName
{
border-color: #FEBB13;
}
.TagClassName
{
border-color: #FEBB13;
}
</style>