Shades of Golden Yellow #FEDD07
Tints of Golden Yellow #FEDD07
RGB
CMYK
RGB Variations
Color information
#FEDD07 (or 0xFEDD07) is known color: Golden Yellow. HEX triplet: FE, DD and 07. RGB value is (254,221,7). Sum of RGB (Red+Green+Blue) = 254+221+7=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 7 (3.12% from 255 or 1.45% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDD07 is #0122F8. Grayscale: #CFCFCF. Windows color (decimal): -74489 or 515582. OLE color: 515582.
HSL color Cylindrical-coordinate representation of color #FEDD07: hue angle of 51.98º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEDD07 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 7 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.00 |
| HSL | 51.98º | 0.99% | 0.51% | - |
| HSV(B) | 51.98º | 0.97% | 1% | - |
| XYZ | 66.77 | 72.8 | 10.73 | - |
| YUV | 206.47 | 15.43 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 7 | 0 | 0.13 | 0.97 | 0.00 | 51.98 | 0.99 | 0.51 |
| Hex | FE | DD | 7 | 0 | D | 61 | 0 | 34 | 63 | 33 |
| Octal | 376 | 335 | 7 | 0 | 15 | 141 | 0 | 64 | 143 | 63 |
| Binary | 11111110 | 11011101 | 111 | 0 | 1101 | 1100001 | 0 | 110100 | 1100011 | 110011 |
Color Harmonies of #FEDD07
Complementary color
Monochromatic Colors of #FEDD07
Black with #FEDD07
Text Example
Text Example
White with #FEDD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD07; }
p { color: rgb(254,221,7); }
H1.HeaderClassName
{
color: #FEDD07;
}
.AnyTagClassName
{
color: #FEDD07;
}
</style>
background-color css
<style>
a { background-color: #FEDD07; }
a { background-color: rgb(254,221,7); }
div.DivClassName
{
background-color: #FEDD07;
}
.BgClassName
{
background-color: #FEDD07;
}
</style>
border-color css
<style>
span { border-color: #FEDD07; }
span { border-color: rgb(254,221,7); }
td.TdClassName
{
border-color: #FEDD07;
}
.TagClassName
{
border-color: #FEDD07;
}
</style>