Shades of Selective Yellow #FEB202
Tints of Selective Yellow #FEB202
RGB
CMYK
RGB Variations
Color information
#FEB202 (or 0xFEB202) is known color: Selective Yellow. HEX triplet: FE, B2 and 02. RGB value is (254,178,2). Sum of RGB (Red+Green+Blue) = 254+178+2=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 2 (1.17% from 255 or 0.46% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB202 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB202 is #014DFD. Grayscale: #B5B5B5. Windows color (decimal): -85502 or 176894. OLE color: 176894.
HSL color Cylindrical-coordinate representation of color #FEB202: hue angle of 41.9º 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 #FEB202 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.00 |
| HSL | 41.9º | 0.99% | 0.5% | - |
| HSV(B) | 41.9º | 0.99% | 1% | - |
| XYZ | 56.8 | 52.92 | 7.28 | - |
| YUV | 180.66 | 27.18 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 2 | 0 | 0.30 | 0.99 | 0.00 | 41.9 | 0.99 | 0.5 |
| Hex | FE | B2 | 2 | 0 | 1E | 63 | 0 | 2A | 63 | 32 |
| Octal | 376 | 262 | 2 | 0 | 36 | 143 | 0 | 52 | 143 | 62 |
| Binary | 11111110 | 10110010 | 10 | 0 | 11110 | 1100011 | 0 | 101010 | 1100011 | 110010 |
Color Harmonies of #FEB202
Complementary color
Monochromatic Colors of #FEB202
Black with #FEB202
Text Example
Text Example
White with #FEB202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB202; }
p { color: rgb(254,178,2); }
H1.HeaderClassName
{
color: #FEB202;
}
.AnyTagClassName
{
color: #FEB202;
}
</style>
background-color css
<style>
a { background-color: #FEB202; }
a { background-color: rgb(254,178,2); }
div.DivClassName
{
background-color: #FEB202;
}
.BgClassName
{
background-color: #FEB202;
}
</style>
border-color css
<style>
span { border-color: #FEB202; }
span { border-color: rgb(254,178,2); }
td.TdClassName
{
border-color: #FEB202;
}
.TagClassName
{
border-color: #FEB202;
}
</style>