Shades of Golden Yellow #FEDC0B
Tints of Golden Yellow #FEDC0B
RGB
CMYK
RGB Variations
Color information
#FEDC0B (or 0xFEDC0B) is known color: Golden Yellow. HEX triplet: FE, DC and 0B. RGB value is (254,220,11). Sum of RGB (Red+Green+Blue) = 254+220+11=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 11 (4.69% from 255 or 2.27% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC0B is #0123F4. Grayscale: #CFCFCF. Windows color (decimal): -74741 or 777470. OLE color: 777470.
HSL color Cylindrical-coordinate representation of color #FEDC0B: hue angle of 51.6º 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 #FEDC0B is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 11 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.00 |
| HSL | 51.6º | 0.99% | 0.52% | - |
| HSV(B) | 51.6º | 0.96% | 1% | - |
| XYZ | 66.53 | 72.28 | 10.76 | - |
| YUV | 206.34 | 17.76 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 11 | 0 | 0.13 | 0.96 | 0.00 | 51.6 | 0.99 | 0.52 |
| Hex | FE | DC | B | 0 | D | 60 | 0 | 34 | 63 | 34 |
| Octal | 376 | 334 | 13 | 0 | 15 | 140 | 0 | 64 | 143 | 64 |
| Binary | 11111110 | 11011100 | 1011 | 0 | 1101 | 1100000 | 0 | 110100 | 1100011 | 110100 |
Color Harmonies of #FEDC0B
Complementary color
Monochromatic Colors of #FEDC0B
Black with #FEDC0B
Text Example
Text Example
White with #FEDC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC0B; }
p { color: rgb(254,220,11); }
H1.HeaderClassName
{
color: #FEDC0B;
}
.AnyTagClassName
{
color: #FEDC0B;
}
</style>
background-color css
<style>
a { background-color: #FEDC0B; }
a { background-color: rgb(254,220,11); }
div.DivClassName
{
background-color: #FEDC0B;
}
.BgClassName
{
background-color: #FEDC0B;
}
</style>
border-color css
<style>
span { border-color: #FEDC0B; }
span { border-color: rgb(254,220,11); }
td.TdClassName
{
border-color: #FEDC0B;
}
.TagClassName
{
border-color: #FEDC0B;
}
</style>