Shades of Yellow #FEF203
Tints of Yellow #FEF203
RGB
CMYK
RGB Variations
Color information
#FEF203 (or 0xFEF203) is known color: Yellow. HEX triplet: FE, F2 and 03. RGB value is (254,242,3). Sum of RGB (Red+Green+Blue) = 254+242+3=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 3 (1.56% from 255 or 0.60% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF203 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF203 is #010DFC. Grayscale: #DBDBDB. Windows color (decimal): -69117 or 258814. OLE color: 258814.
HSL color Cylindrical-coordinate representation of color #FEF203: hue angle of 57.13º 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 #FEF203 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.00 |
| HSL | 57.13º | 0.99% | 0.5% | - |
| HSV(B) | 57.13º | 0.99% | 1% | - |
| XYZ | 72.64 | 84.58 | 12.58 | - |
| YUV | 218.34 | 6.48 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 3 | 0 | 0.05 | 0.99 | 0.00 | 57.13 | 0.99 | 0.5 |
| Hex | FE | F2 | 3 | 0 | 5 | 63 | 0 | 39 | 63 | 32 |
| Octal | 376 | 362 | 3 | 0 | 5 | 143 | 0 | 71 | 143 | 62 |
| Binary | 11111110 | 11110010 | 11 | 0 | 101 | 1100011 | 0 | 111001 | 1100011 | 110010 |
Color Harmonies of #FEF203
Complementary color
Monochromatic Colors of #FEF203
Black with #FEF203
Text Example
Text Example
White with #FEF203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF203; }
p { color: rgb(254,242,3); }
H1.HeaderClassName
{
color: #FEF203;
}
.AnyTagClassName
{
color: #FEF203;
}
</style>
background-color css
<style>
a { background-color: #FEF203; }
a { background-color: rgb(254,242,3); }
div.DivClassName
{
background-color: #FEF203;
}
.BgClassName
{
background-color: #FEF203;
}
</style>
border-color css
<style>
span { border-color: #FEF203; }
span { border-color: rgb(254,242,3); }
td.TdClassName
{
border-color: #FEF203;
}
.TagClassName
{
border-color: #FEF203;
}
</style>