Shades of Yellow #FEF103
Tints of Yellow #FEF103
RGB
CMYK
RGB Variations
Color information
#FEF103 (or 0xFEF103) is known color: Yellow. HEX triplet: FE, F1 and 03. RGB value is (254,241,3). Sum of RGB (Red+Green+Blue) = 254+241+3=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 3 (1.56% from 255 or 0.60% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF103 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF103 is #010EFC. Grayscale: #DADADA. Windows color (decimal): -69373 or 258558. OLE color: 258558.
HSL color Cylindrical-coordinate representation of color #FEF103: hue angle of 56.89º 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 #FEF103 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.00 |
| HSL | 56.89º | 0.99% | 0.5% | - |
| HSV(B) | 56.89º | 0.99% | 1% | - |
| XYZ | 72.34 | 83.99 | 12.48 | - |
| YUV | 217.76 | 6.81 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 3 | 0 | 0.05 | 0.99 | 0.00 | 56.89 | 0.99 | 0.5 |
| Hex | FE | F1 | 3 | 0 | 5 | 63 | 0 | 39 | 63 | 32 |
| Octal | 376 | 361 | 3 | 0 | 5 | 143 | 0 | 71 | 143 | 62 |
| Binary | 11111110 | 11110001 | 11 | 0 | 101 | 1100011 | 0 | 111001 | 1100011 | 110010 |
Color Harmonies of #FEF103
Complementary color
Monochromatic Colors of #FEF103
Black with #FEF103
Text Example
Text Example
White with #FEF103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF103; }
p { color: rgb(254,241,3); }
H1.HeaderClassName
{
color: #FEF103;
}
.AnyTagClassName
{
color: #FEF103;
}
</style>
background-color css
<style>
a { background-color: #FEF103; }
a { background-color: rgb(254,241,3); }
div.DivClassName
{
background-color: #FEF103;
}
.BgClassName
{
background-color: #FEF103;
}
</style>
border-color css
<style>
span { border-color: #FEF103; }
span { border-color: rgb(254,241,3); }
td.TdClassName
{
border-color: #FEF103;
}
.TagClassName
{
border-color: #FEF103;
}
</style>