Shades of Selective Yellow #FEB503
Tints of Selective Yellow #FEB503
RGB
CMYK
RGB Variations
Color information
#FEB503 (or 0xFEB503) is known color: Selective Yellow. HEX triplet: FE, B5 and 03. RGB value is (254,181,3). Sum of RGB (Red+Green+Blue) = 254+181+3=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB503 is #014AFC. Grayscale: #B7B7B7. Windows color (decimal): -84733 or 243198. OLE color: 243198.
HSL color Cylindrical-coordinate representation of color #FEB503: hue angle of 42.55º 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 #FEB503 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 3 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.00 |
| HSL | 42.55º | 0.99% | 0.5% | - |
| HSV(B) | 42.55º | 0.99% | 1% | - |
| XYZ | 57.41 | 54.13 | 7.51 | - |
| YUV | 182.54 | 26.68 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 3 | 0 | 0.29 | 0.99 | 0.00 | 42.55 | 0.99 | 0.5 |
| Hex | FE | B5 | 3 | 0 | 1D | 63 | 0 | 2B | 63 | 32 |
| Octal | 376 | 265 | 3 | 0 | 35 | 143 | 0 | 53 | 143 | 62 |
| Binary | 11111110 | 10110101 | 11 | 0 | 11101 | 1100011 | 0 | 101011 | 1100011 | 110010 |
Color Harmonies of #FEB503
Complementary color
Monochromatic Colors of #FEB503
Black with #FEB503
Text Example
Text Example
White with #FEB503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB503; }
p { color: rgb(254,181,3); }
H1.HeaderClassName
{
color: #FEB503;
}
.AnyTagClassName
{
color: #FEB503;
}
</style>
background-color css
<style>
a { background-color: #FEB503; }
a { background-color: rgb(254,181,3); }
div.DivClassName
{
background-color: #FEB503;
}
.BgClassName
{
background-color: #FEB503;
}
</style>
border-color css
<style>
span { border-color: #FEB503; }
span { border-color: rgb(254,181,3); }
td.TdClassName
{
border-color: #FEB503;
}
.TagClassName
{
border-color: #FEB503;
}
</style>