Shades of Golden Yellow #FEDD01
Tints of Golden Yellow #FEDD01
RGB
CMYK
RGB Variations
Color information
#FEDD01 (or 0xFEDD01) is known color: Golden Yellow. HEX triplet: FE, DD and 01. RGB value is (254,221,1). Sum of RGB (Red+Green+Blue) = 254+221+1=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 1 (0.78% from 255 or 0.21% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDD01 is #0122FE. Grayscale: #CECECE. Windows color (decimal): -74495 or 122366. OLE color: 122366.
HSL color Cylindrical-coordinate representation of color #FEDD01: hue angle of 52.17º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEDD01 is Cyan = 0, Magento = 0.13, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 1 | - |
| CMYK | 0 | 0.13 | 1.00 | 0.00 |
| HSL | 52.17º | 0.99% | 0.5% | - |
| HSV(B) | 52.17º | 1% | 1% | - |
| XYZ | 66.73 | 72.79 | 10.56 | - |
| YUV | 205.79 | 12.43 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 1 | 0 | 0.13 | 1.00 | 0.00 | 52.17 | 0.99 | 0.5 |
| Hex | FE | DD | 1 | 0 | D | 64 | 0 | 34 | 63 | 32 |
| Octal | 376 | 335 | 1 | 0 | 15 | 144 | 0 | 64 | 143 | 62 |
| Binary | 11111110 | 11011101 | 1 | 0 | 1101 | 1100100 | 0 | 110100 | 1100011 | 110010 |
Color Harmonies of #FEDD01
Complementary color
Monochromatic Colors of #FEDD01
Black with #FEDD01
Text Example
Text Example
White with #FEDD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD01; }
p { color: rgb(254,221,1); }
H1.HeaderClassName
{
color: #FEDD01;
}
.AnyTagClassName
{
color: #FEDD01;
}
</style>
background-color css
<style>
a { background-color: #FEDD01; }
a { background-color: rgb(254,221,1); }
div.DivClassName
{
background-color: #FEDD01;
}
.BgClassName
{
background-color: #FEDD01;
}
</style>
border-color css
<style>
span { border-color: #FEDD01; }
span { border-color: rgb(254,221,1); }
td.TdClassName
{
border-color: #FEDD01;
}
.TagClassName
{
border-color: #FEDD01;
}
</style>