Shades of Yellow #FEFB0F
Tints of Yellow #FEFB0F
RGB
CMYK
RGB Variations
Color information
#FEFB0F (or 0xFEFB0F) is known color: Yellow. HEX triplet: FE, FB and 0F. RGB value is (254,251,15). Sum of RGB (Red+Green+Blue) = 254+251+15=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 15 (6.25% from 255 or 2.88% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFB0F is #0104F0. Grayscale: #E1E1E1. Windows color (decimal): -66801 or 1047550. OLE color: 1047550.
HSL color Cylindrical-coordinate representation of color #FEFB0F: hue angle of 59.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEFB0F is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 15 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.00 |
| HSL | 59.25º | 0.99% | 0.53% | - |
| HSV(B) | 59.25º | 0.94% | 1% | - |
| XYZ | 75.46 | 90.1 | 13.87 | - |
| YUV | 224.99 | 9.49 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 15 | 0 | 0.01 | 0.94 | 0.00 | 59.25 | 0.99 | 0.53 |
| Hex | FE | FB | F | 0 | 1 | 5E | 0 | 3B | 63 | 35 |
| Octal | 376 | 373 | 17 | 0 | 1 | 136 | 0 | 73 | 143 | 65 |
| Binary | 11111110 | 11111011 | 1111 | 0 | 1 | 1011110 | 0 | 111011 | 1100011 | 110101 |
Color Harmonies of #FEFB0F
Complementary color
Monochromatic Colors of #FEFB0F
Black with #FEFB0F
Text Example
Text Example
White with #FEFB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFB0F; }
p { color: rgb(254,251,15); }
H1.HeaderClassName
{
color: #FEFB0F;
}
.AnyTagClassName
{
color: #FEFB0F;
}
</style>
background-color css
<style>
a { background-color: #FEFB0F; }
a { background-color: rgb(254,251,15); }
div.DivClassName
{
background-color: #FEFB0F;
}
.BgClassName
{
background-color: #FEFB0F;
}
</style>
border-color css
<style>
span { border-color: #FEFB0F; }
span { border-color: rgb(254,251,15); }
td.TdClassName
{
border-color: #FEFB0F;
}
.TagClassName
{
border-color: #FEFB0F;
}
</style>