Shades of Golden Yellow #FEDD0B
Tints of Golden Yellow #FEDD0B
RGB
CMYK
RGB Variations
Color information
#FEDD0B (or 0xFEDD0B) is known color: Golden Yellow. HEX triplet: FE, DD and 0B. RGB value is (254,221,11). Sum of RGB (Red+Green+Blue) = 254+221+11=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 11 (4.69% from 255 or 2.26% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDD0B is #0122F4. Grayscale: #CFCFCF. Windows color (decimal): -74485 or 777726. OLE color: 777726.
HSL color Cylindrical-coordinate representation of color #FEDD0B: hue angle of 51.85º 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 #FEDD0B is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 11 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.00 |
| HSL | 51.85º | 0.99% | 0.52% | - |
| HSV(B) | 51.85º | 0.96% | 1% | - |
| XYZ | 66.79 | 72.81 | 10.85 | - |
| YUV | 206.93 | 17.43 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 11 | 0 | 0.13 | 0.96 | 0.00 | 51.85 | 0.99 | 0.52 |
| Hex | FE | DD | B | 0 | D | 60 | 0 | 34 | 63 | 34 |
| Octal | 376 | 335 | 13 | 0 | 15 | 140 | 0 | 64 | 143 | 64 |
| Binary | 11111110 | 11011101 | 1011 | 0 | 1101 | 1100000 | 0 | 110100 | 1100011 | 110100 |
Color Harmonies of #FEDD0B
Complementary color
Monochromatic Colors of #FEDD0B
Black with #FEDD0B
Text Example
Text Example
White with #FEDD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD0B; }
p { color: rgb(254,221,11); }
H1.HeaderClassName
{
color: #FEDD0B;
}
.AnyTagClassName
{
color: #FEDD0B;
}
</style>
background-color css
<style>
a { background-color: #FEDD0B; }
a { background-color: rgb(254,221,11); }
div.DivClassName
{
background-color: #FEDD0B;
}
.BgClassName
{
background-color: #FEDD0B;
}
</style>
border-color css
<style>
span { border-color: #FEDD0B; }
span { border-color: rgb(254,221,11); }
td.TdClassName
{
border-color: #FEDD0B;
}
.TagClassName
{
border-color: #FEDD0B;
}
</style>