Shades of Yellow #FEFD0B
Tints of Yellow #FEFD0B
RGB
CMYK
RGB Variations
Color information
#FEFD0B (or 0xFEFD0B) is known color: Yellow. HEX triplet: FE, FD and 0B. RGB value is (254,253,11). Sum of RGB (Red+Green+Blue) = 254+253+11=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 11 (4.69% from 255 or 2.12% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFD0B is #0102F4. Grayscale: #E2E2E2. Windows color (decimal): -66293 or 785918. OLE color: 785918.
HSL color Cylindrical-coordinate representation of color #FEFD0B: hue angle of 59.75º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEFD0B is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 11 | - |
| CMYK | 0 | 0.00 | 0.96 | 0.00 |
| HSL | 59.75º | 0.99% | 0.52% | - |
| HSV(B) | 59.75º | 0.96% | 1% | - |
| XYZ | 76.06 | 91.35 | 13.94 | - |
| YUV | 225.71 | 6.83 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 11 | 0 | 0.00 | 0.96 | 0.00 | 59.75 | 0.99 | 0.52 |
| Hex | FE | FD | B | 0 | 0 | 60 | 0 | 3C | 63 | 34 |
| Octal | 376 | 375 | 13 | 0 | 0 | 140 | 0 | 74 | 143 | 64 |
| Binary | 11111110 | 11111101 | 1011 | 0 | 0 | 1100000 | 0 | 111100 | 1100011 | 110100 |
Color Harmonies of #FEFD0B
Complementary color
Monochromatic Colors of #FEFD0B
Black with #FEFD0B
Text Example
Text Example
White with #FEFD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD0B; }
p { color: rgb(254,253,11); }
H1.HeaderClassName
{
color: #FEFD0B;
}
.AnyTagClassName
{
color: #FEFD0B;
}
</style>
background-color css
<style>
a { background-color: #FEFD0B; }
a { background-color: rgb(254,253,11); }
div.DivClassName
{
background-color: #FEFD0B;
}
.BgClassName
{
background-color: #FEFD0B;
}
</style>
border-color css
<style>
span { border-color: #FEFD0B; }
span { border-color: rgb(254,253,11); }
td.TdClassName
{
border-color: #FEFD0B;
}
.TagClassName
{
border-color: #FEFD0B;
}
</style>