Shades of Selective Yellow #FEB303
Tints of Selective Yellow #FEB303
RGB
CMYK
RGB Variations
Color information
#FEB303 (or 0xFEB303) is known color: Selective Yellow. HEX triplet: FE, B3 and 03. RGB value is (254,179,3). Sum of RGB (Red+Green+Blue) = 254+179+3=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB303 is #014CFC. Grayscale: #B6B6B6. Windows color (decimal): -85245 or 242686. OLE color: 242686.
HSL color Cylindrical-coordinate representation of color #FEB303: hue angle of 42.07º 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 #FEB303 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 3 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.00 |
| HSL | 42.07º | 0.99% | 0.5% | - |
| HSV(B) | 42.07º | 0.99% | 1% | - |
| XYZ | 57.01 | 53.32 | 7.37 | - |
| YUV | 181.36 | 27.35 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 3 | 0 | 0.30 | 0.99 | 0.00 | 42.07 | 0.99 | 0.5 |
| Hex | FE | B3 | 3 | 0 | 1E | 63 | 0 | 2A | 63 | 32 |
| Octal | 376 | 263 | 3 | 0 | 36 | 143 | 0 | 52 | 143 | 62 |
| Binary | 11111110 | 10110011 | 11 | 0 | 11110 | 1100011 | 0 | 101010 | 1100011 | 110010 |
Color Harmonies of #FEB303
Complementary color
Monochromatic Colors of #FEB303
Black with #FEB303
Text Example
Text Example
White with #FEB303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB303; }
p { color: rgb(254,179,3); }
H1.HeaderClassName
{
color: #FEB303;
}
.AnyTagClassName
{
color: #FEB303;
}
</style>
background-color css
<style>
a { background-color: #FEB303; }
a { background-color: rgb(254,179,3); }
div.DivClassName
{
background-color: #FEB303;
}
.BgClassName
{
background-color: #FEB303;
}
</style>
border-color css
<style>
span { border-color: #FEB303; }
span { border-color: rgb(254,179,3); }
td.TdClassName
{
border-color: #FEB303;
}
.TagClassName
{
border-color: #FEB303;
}
</style>