Shades of Golden Yellow #FEDF01
Tints of Golden Yellow #FEDF01
RGB
CMYK
RGB Variations
Color information
#FEDF01 (or 0xFEDF01) is known color: Golden Yellow. HEX triplet: FE, DF and 01. RGB value is (254,223,1). Sum of RGB (Red+Green+Blue) = 254+223+1=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 1 (0.78% from 255 or 0.21% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDF01 is #0120FE. Grayscale: #CFCFCF. Windows color (decimal): -73983 or 122878. OLE color: 122878.
HSL color Cylindrical-coordinate representation of color #FEDF01: hue angle of 52.65º 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 #FEDF01 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.00 |
| HSL | 52.65º | 0.99% | 0.5% | - |
| HSV(B) | 52.65º | 1% | 1% | - |
| XYZ | 67.27 | 73.85 | 10.74 | - |
| YUV | 206.96 | 11.77 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 1 | 0 | 0.12 | 1.00 | 0.00 | 52.65 | 0.99 | 0.5 |
| Hex | FE | DF | 1 | 0 | C | 64 | 0 | 35 | 63 | 32 |
| Octal | 376 | 337 | 1 | 0 | 14 | 144 | 0 | 65 | 143 | 62 |
| Binary | 11111110 | 11011111 | 1 | 0 | 1100 | 1100100 | 0 | 110101 | 1100011 | 110010 |
Color Harmonies of #FEDF01
Complementary color
Monochromatic Colors of #FEDF01
Black with #FEDF01
Text Example
Text Example
White with #FEDF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF01; }
p { color: rgb(254,223,1); }
H1.HeaderClassName
{
color: #FEDF01;
}
.AnyTagClassName
{
color: #FEDF01;
}
</style>
background-color css
<style>
a { background-color: #FEDF01; }
a { background-color: rgb(254,223,1); }
div.DivClassName
{
background-color: #FEDF01;
}
.BgClassName
{
background-color: #FEDF01;
}
</style>
border-color css
<style>
span { border-color: #FEDF01; }
span { border-color: rgb(254,223,1); }
td.TdClassName
{
border-color: #FEDF01;
}
.TagClassName
{
border-color: #FEDF01;
}
</style>