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