Shades of Selective Yellow #FEB102
Tints of Selective Yellow #FEB102
RGB
CMYK
RGB Variations
Color information
#FEB102 (or 0xFEB102) is known color: Selective Yellow. HEX triplet: FE, B1 and 02. RGB value is (254,177,2). Sum of RGB (Red+Green+Blue) = 254+177+2=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB102 is #014EFD. Grayscale: #B4B4B4. Windows color (decimal): -85758 or 176638. OLE color: 176638.
HSL color Cylindrical-coordinate representation of color #FEB102: hue angle of 41.67º 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 #FEB102 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.00 |
| HSL | 41.67º | 0.99% | 0.5% | - |
| HSV(B) | 41.67º | 0.99% | 1% | - |
| XYZ | 56.61 | 52.52 | 7.21 | - |
| YUV | 180.07 | 27.51 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 2 | 0 | 0.30 | 0.99 | 0.00 | 41.67 | 0.99 | 0.5 |
| Hex | FE | B1 | 2 | 0 | 1E | 63 | 0 | 2A | 63 | 32 |
| Octal | 376 | 261 | 2 | 0 | 36 | 143 | 0 | 52 | 143 | 62 |
| Binary | 11111110 | 10110001 | 10 | 0 | 11110 | 1100011 | 0 | 101010 | 1100011 | 110010 |
Color Harmonies of #FEB102
Complementary color
Monochromatic Colors of #FEB102
Black with #FEB102
Text Example
Text Example
White with #FEB102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB102; }
p { color: rgb(254,177,2); }
H1.HeaderClassName
{
color: #FEB102;
}
.AnyTagClassName
{
color: #FEB102;
}
</style>
background-color css
<style>
a { background-color: #FEB102; }
a { background-color: rgb(254,177,2); }
div.DivClassName
{
background-color: #FEB102;
}
.BgClassName
{
background-color: #FEB102;
}
</style>
border-color css
<style>
span { border-color: #FEB102; }
span { border-color: rgb(254,177,2); }
td.TdClassName
{
border-color: #FEB102;
}
.TagClassName
{
border-color: #FEB102;
}
</style>