Shades of Yellow #FEF303
Tints of Yellow #FEF303
RGB
CMYK
RGB Variations
Color information
#FEF303 (or 0xFEF303) is known color: Yellow. HEX triplet: FE, F3 and 03. RGB value is (254,243,3). Sum of RGB (Red+Green+Blue) = 254+243+3=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 3 (1.56% from 255 or 0.6% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF303 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF303 is #010CFC. Grayscale: #DBDBDB. Windows color (decimal): -68861 or 259070. OLE color: 259070.
HSL color Cylindrical-coordinate representation of color #FEF303: hue angle of 57.37º 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 #FEF303 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 3 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.00 |
| HSL | 57.37º | 0.99% | 0.5% | - |
| HSV(B) | 57.37º | 0.99% | 1% | - |
| XYZ | 72.94 | 85.18 | 12.68 | - |
| YUV | 218.93 | 6.14 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 3 | 0 | 0.04 | 0.99 | 0.00 | 57.37 | 0.99 | 0.5 |
| Hex | FE | F3 | 3 | 0 | 4 | 63 | 0 | 39 | 63 | 32 |
| Octal | 376 | 363 | 3 | 0 | 4 | 143 | 0 | 71 | 143 | 62 |
| Binary | 11111110 | 11110011 | 11 | 0 | 100 | 1100011 | 0 | 111001 | 1100011 | 110010 |
Color Harmonies of #FEF303
Complementary color
Monochromatic Colors of #FEF303
Black with #FEF303
Text Example
Text Example
White with #FEF303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF303; }
p { color: rgb(254,243,3); }
H1.HeaderClassName
{
color: #FEF303;
}
.AnyTagClassName
{
color: #FEF303;
}
</style>
background-color css
<style>
a { background-color: #FEF303; }
a { background-color: rgb(254,243,3); }
div.DivClassName
{
background-color: #FEF303;
}
.BgClassName
{
background-color: #FEF303;
}
</style>
border-color css
<style>
span { border-color: #FEF303; }
span { border-color: rgb(254,243,3); }
td.TdClassName
{
border-color: #FEF303;
}
.TagClassName
{
border-color: #FEF303;
}
</style>