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