Shades of Selective Yellow #FEBC02
Tints of Selective Yellow #FEBC02
RGB
CMYK
RGB Variations
Color information
#FEBC02 (or 0xFEBC02) is known color: Selective Yellow. HEX triplet: FE, BC and 02. RGB value is (254,188,2). Sum of RGB (Red+Green+Blue) = 254+188+2=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 2 (1.17% from 255 or 0.45% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBC02 is #0143FD. Grayscale: #BBBBBB. Windows color (decimal): -82942 or 179454. OLE color: 179454.
HSL color Cylindrical-coordinate representation of color #FEBC02: hue angle of 44.29º 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 #FEBC02 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.00 |
| HSL | 44.29º | 0.99% | 0.5% | - |
| HSV(B) | 44.29º | 0.99% | 1% | - |
| XYZ | 58.87 | 57.04 | 7.96 | - |
| YUV | 186.53 | 23.87 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 2 | 0 | 0.26 | 0.99 | 0.00 | 44.29 | 0.99 | 0.5 |
| Hex | FE | BC | 2 | 0 | 1A | 63 | 0 | 2C | 63 | 32 |
| Octal | 376 | 274 | 2 | 0 | 32 | 143 | 0 | 54 | 143 | 62 |
| Binary | 11111110 | 10111100 | 10 | 0 | 11010 | 1100011 | 0 | 101100 | 1100011 | 110010 |
Color Harmonies of #FEBC02
Complementary color
Monochromatic Colors of #FEBC02
Black with #FEBC02
Text Example
Text Example
White with #FEBC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC02; }
p { color: rgb(254,188,2); }
H1.HeaderClassName
{
color: #FEBC02;
}
.AnyTagClassName
{
color: #FEBC02;
}
</style>
background-color css
<style>
a { background-color: #FEBC02; }
a { background-color: rgb(254,188,2); }
div.DivClassName
{
background-color: #FEBC02;
}
.BgClassName
{
background-color: #FEBC02;
}
</style>
border-color css
<style>
span { border-color: #FEBC02; }
span { border-color: rgb(254,188,2); }
td.TdClassName
{
border-color: #FEBC02;
}
.TagClassName
{
border-color: #FEBC02;
}
</style>