Shades of Selective Yellow #FEB902
Tints of Selective Yellow #FEB902
RGB
CMYK
RGB Variations
Color information
#FEB902 (or 0xFEB902) is known color: Selective Yellow. HEX triplet: FE, B9 and 02. RGB value is (254,185,2). Sum of RGB (Red+Green+Blue) = 254+185+2=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 2 (1.17% from 255 or 0.45% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB902 is #0146FD. Grayscale: #B9B9B9. Windows color (decimal): -83710 or 178686. OLE color: 178686.
HSL color Cylindrical-coordinate representation of color #FEB902: hue angle of 43.57º 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 #FEB902 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.00 |
| HSL | 43.57º | 0.99% | 0.5% | - |
| HSV(B) | 43.57º | 0.99% | 1% | - |
| XYZ | 58.23 | 55.77 | 7.75 | - |
| YUV | 184.77 | 24.86 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 2 | 0 | 0.27 | 0.99 | 0.00 | 43.57 | 0.99 | 0.5 |
| Hex | FE | B9 | 2 | 0 | 1B | 63 | 0 | 2C | 63 | 32 |
| Octal | 376 | 271 | 2 | 0 | 33 | 143 | 0 | 54 | 143 | 62 |
| Binary | 11111110 | 10111001 | 10 | 0 | 11011 | 1100011 | 0 | 101100 | 1100011 | 110010 |
Color Harmonies of #FEB902
Complementary color
Monochromatic Colors of #FEB902
Black with #FEB902
Text Example
Text Example
White with #FEB902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB902; }
p { color: rgb(254,185,2); }
H1.HeaderClassName
{
color: #FEB902;
}
.AnyTagClassName
{
color: #FEB902;
}
</style>
background-color css
<style>
a { background-color: #FEB902; }
a { background-color: rgb(254,185,2); }
div.DivClassName
{
background-color: #FEB902;
}
.BgClassName
{
background-color: #FEB902;
}
</style>
border-color css
<style>
span { border-color: #FEB902; }
span { border-color: rgb(254,185,2); }
td.TdClassName
{
border-color: #FEB902;
}
.TagClassName
{
border-color: #FEB902;
}
</style>