Shades of Selective Yellow #FEB105
Tints of Selective Yellow #FEB105
RGB
CMYK
RGB Variations
Color information
#FEB105 (or 0xFEB105) is known color: Selective Yellow. HEX triplet: FE, B1 and 05. RGB value is (254,177,5). Sum of RGB (Red+Green+Blue) = 254+177+5=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB105 is #014EFA. Grayscale: #B5B5B5. Windows color (decimal): -85755 or 373246. OLE color: 373246.
HSL color Cylindrical-coordinate representation of color #FEB105: hue angle of 41.45º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEB105 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 5 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.00 |
| HSL | 41.45º | 0.99% | 0.51% | - |
| HSV(B) | 41.45º | 0.98% | 1% | - |
| XYZ | 56.62 | 52.53 | 7.3 | - |
| YUV | 180.42 | 29.01 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 5 | 0 | 0.30 | 0.98 | 0.00 | 41.45 | 0.99 | 0.51 |
| Hex | FE | B1 | 5 | 0 | 1E | 62 | 0 | 29 | 63 | 33 |
| Octal | 376 | 261 | 5 | 0 | 36 | 142 | 0 | 51 | 143 | 63 |
| Binary | 11111110 | 10110001 | 101 | 0 | 11110 | 1100010 | 0 | 101001 | 1100011 | 110011 |
Color Harmonies of #FEB105
Complementary color
Monochromatic Colors of #FEB105
Black with #FEB105
Text Example
Text Example
White with #FEB105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB105; }
p { color: rgb(254,177,5); }
H1.HeaderClassName
{
color: #FEB105;
}
.AnyTagClassName
{
color: #FEB105;
}
</style>
background-color css
<style>
a { background-color: #FEB105; }
a { background-color: rgb(254,177,5); }
div.DivClassName
{
background-color: #FEB105;
}
.BgClassName
{
background-color: #FEB105;
}
</style>
border-color css
<style>
span { border-color: #FEB105; }
span { border-color: rgb(254,177,5); }
td.TdClassName
{
border-color: #FEB105;
}
.TagClassName
{
border-color: #FEB105;
}
</style>