Shades of Selective Yellow #FEB502
Tints of Selective Yellow #FEB502
RGB
CMYK
RGB Variations
Color information
#FEB502 (or 0xFEB502) is known color: Selective Yellow. HEX triplet: FE, B5 and 02. RGB value is (254,181,2). Sum of RGB (Red+Green+Blue) = 254+181+2=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 2 (1.17% from 255 or 0.46% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB502 is #014AFD. Grayscale: #B7B7B7. Windows color (decimal): -84734 or 177662. OLE color: 177662.
HSL color Cylindrical-coordinate representation of color #FEB502: hue angle of 42.62º 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 #FEB502 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.00 |
| HSL | 42.62º | 0.99% | 0.5% | - |
| HSV(B) | 42.62º | 0.99% | 1% | - |
| XYZ | 57.41 | 54.12 | 7.48 | - |
| YUV | 182.42 | 26.18 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 2 | 0 | 0.29 | 0.99 | 0.00 | 42.62 | 0.99 | 0.5 |
| Hex | FE | B5 | 2 | 0 | 1D | 63 | 0 | 2B | 63 | 32 |
| Octal | 376 | 265 | 2 | 0 | 35 | 143 | 0 | 53 | 143 | 62 |
| Binary | 11111110 | 10110101 | 10 | 0 | 11101 | 1100011 | 0 | 101011 | 1100011 | 110010 |
Color Harmonies of #FEB502
Complementary color
Monochromatic Colors of #FEB502
Black with #FEB502
Text Example
Text Example
White with #FEB502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB502; }
p { color: rgb(254,181,2); }
H1.HeaderClassName
{
color: #FEB502;
}
.AnyTagClassName
{
color: #FEB502;
}
</style>
background-color css
<style>
a { background-color: #FEB502; }
a { background-color: rgb(254,181,2); }
div.DivClassName
{
background-color: #FEB502;
}
.BgClassName
{
background-color: #FEB502;
}
</style>
border-color css
<style>
span { border-color: #FEB502; }
span { border-color: rgb(254,181,2); }
td.TdClassName
{
border-color: #FEB502;
}
.TagClassName
{
border-color: #FEB502;
}
</style>