Shades of Selective Yellow #FEBC13
Tints of Selective Yellow #FEBC13
RGB
CMYK
RGB Variations
Color information
#FEBC13 (or 0xFEBC13) is known color: Selective Yellow. HEX triplet: FE, BC and 13. RGB value is (254,188,19). Sum of RGB (Red+Green+Blue) = 254+188+19=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 19 (7.81% from 255 or 4.12% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBC13 is #0143EC. Grayscale: #BDBDBD. Windows color (decimal): -82925 or 1293566. OLE color: 1293566.
HSL color Cylindrical-coordinate representation of color #FEBC13: hue angle of 43.15º 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 #FEBC13 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 19 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.00 |
| HSL | 43.15º | 0.99% | 0.54% | - |
| HSV(B) | 43.15º | 0.93% | 1% | - |
| XYZ | 58.97 | 57.08 | 8.53 | - |
| YUV | 188.47 | 32.37 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 19 | 0 | 0.26 | 0.93 | 0.00 | 43.15 | 0.99 | 0.54 |
| Hex | FE | BC | 13 | 0 | 1A | 5D | 0 | 2B | 63 | 36 |
| Octal | 376 | 274 | 23 | 0 | 32 | 135 | 0 | 53 | 143 | 66 |
| Binary | 11111110 | 10111100 | 10011 | 0 | 11010 | 1011101 | 0 | 101011 | 1100011 | 110110 |
Color Harmonies of #FEBC13
Complementary color
Monochromatic Colors of #FEBC13
Black with #FEBC13
Text Example
Text Example
White with #FEBC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC13; }
p { color: rgb(254,188,19); }
H1.HeaderClassName
{
color: #FEBC13;
}
.AnyTagClassName
{
color: #FEBC13;
}
</style>
background-color css
<style>
a { background-color: #FEBC13; }
a { background-color: rgb(254,188,19); }
div.DivClassName
{
background-color: #FEBC13;
}
.BgClassName
{
background-color: #FEBC13;
}
</style>
border-color css
<style>
span { border-color: #FEBC13; }
span { border-color: rgb(254,188,19); }
td.TdClassName
{
border-color: #FEBC13;
}
.TagClassName
{
border-color: #FEBC13;
}
</style>