Shades of Yellow #FEF902
Tints of Yellow #FEF902
RGB
CMYK
RGB Variations
Color information
#FEF902 (or 0xFEF902) is known color: Yellow. HEX triplet: FE, F9 and 02. RGB value is (254,249,2). Sum of RGB (Red+Green+Blue) = 254+249+2=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 249 (97.66% from 255 or 49.31% from 505); Blue value is 2 (1.17% from 255 or 0.40% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF902 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF902 is #0106FD. Grayscale: #DFDFDF. Windows color (decimal): -67326 or 195070. OLE color: 195070.
HSL color Cylindrical-coordinate representation of color #FEF902: hue angle of 58.81º 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 #FEF902 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.00 |
| HSL | 58.81º | 0.99% | 0.5% | - |
| HSV(B) | 58.81º | 0.99% | 1% | - |
| XYZ | 74.76 | 88.83 | 13.26 | - |
| YUV | 222.34 | 3.66 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 2 | 0 | 0.02 | 0.99 | 0.00 | 58.81 | 0.99 | 0.5 |
| Hex | FE | F9 | 2 | 0 | 2 | 63 | 0 | 3B | 63 | 32 |
| Octal | 376 | 371 | 2 | 0 | 2 | 143 | 0 | 73 | 143 | 62 |
| Binary | 11111110 | 11111001 | 10 | 0 | 10 | 1100011 | 0 | 111011 | 1100011 | 110010 |
Color Harmonies of #FEF902
Complementary color
Monochromatic Colors of #FEF902
Black with #FEF902
Text Example
Text Example
White with #FEF902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF902; }
p { color: rgb(254,249,2); }
H1.HeaderClassName
{
color: #FEF902;
}
.AnyTagClassName
{
color: #FEF902;
}
</style>
background-color css
<style>
a { background-color: #FEF902; }
a { background-color: rgb(254,249,2); }
div.DivClassName
{
background-color: #FEF902;
}
.BgClassName
{
background-color: #FEF902;
}
</style>
border-color css
<style>
span { border-color: #FEF902; }
span { border-color: rgb(254,249,2); }
td.TdClassName
{
border-color: #FEF902;
}
.TagClassName
{
border-color: #FEF902;
}
</style>