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