Shades of Yellow #FEFF0B
Tints of Yellow #FEFF0B
RGB
CMYK
RGB Variations
Color information
#FEFF0B (or 0xFEFF0B) is known color: Yellow. HEX triplet: FE, FF and 0B. RGB value is (254,255,11). Sum of RGB (Red+Green+Blue) = 254+255+11=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 11 (4.69% from 255 or 2.12% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFF0B is #0100F4. Grayscale: #E3E3E3. Windows color (decimal): -65781 or 786430. OLE color: 786430.
HSL color Cylindrical-coordinate representation of color #FEFF0B: hue angle of 60.25º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEFF0B is Cyan = 0.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 11 | - |
| CMYK | 0.00 | 0 | 0.96 | 0 |
| HSL | 60.25º | 1% | 0.52% | - |
| HSV(B) | 60.25º | 0.96% | 1% | - |
| XYZ | 76.69 | 92.62 | 14.15 | - |
| YUV | 226.89 | 6.17 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 11 | 0.00 | 0 | 0.96 | 0 | 60.25 | 1 | 0.52 |
| Hex | FE | FF | B | 0 | 0 | 60 | 0 | 3C | 64 | 34 |
| Octal | 376 | 377 | 13 | 0 | 0 | 140 | 0 | 74 | 144 | 64 |
| Binary | 11111110 | 11111111 | 1011 | 0 | 0 | 1100000 | 0 | 111100 | 1100100 | 110100 |
Color Harmonies of #FEFF0B
Complementary color
Monochromatic Colors of #FEFF0B
Black with #FEFF0B
Text Example
Text Example
White with #FEFF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF0B; }
p { color: rgb(254,255,11); }
H1.HeaderClassName
{
color: #FEFF0B;
}
.AnyTagClassName
{
color: #FEFF0B;
}
</style>
background-color css
<style>
a { background-color: #FEFF0B; }
a { background-color: rgb(254,255,11); }
div.DivClassName
{
background-color: #FEFF0B;
}
.BgClassName
{
background-color: #FEFF0B;
}
</style>
border-color css
<style>
span { border-color: #FEFF0B; }
span { border-color: rgb(254,255,11); }
td.TdClassName
{
border-color: #FEFF0B;
}
.TagClassName
{
border-color: #FEFF0B;
}
</style>