Shades of Golden Yellow #FEDF0B
Tints of Golden Yellow #FEDF0B
RGB
CMYK
RGB Variations
Color information
#FEDF0B (or 0xFEDF0B) is known color: Golden Yellow. HEX triplet: FE, DF and 0B. RGB value is (254,223,11). Sum of RGB (Red+Green+Blue) = 254+223+11=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 11 (4.69% from 255 or 2.25% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDF0B is #0120F4. Grayscale: #D0D0D0. Windows color (decimal): -73973 or 778238. OLE color: 778238.
HSL color Cylindrical-coordinate representation of color #FEDF0B: hue angle of 52.35º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEDF0B is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 11 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.00 |
| HSL | 52.35º | 0.99% | 0.52% | - |
| HSV(B) | 52.35º | 0.96% | 1% | - |
| XYZ | 67.32 | 73.87 | 11.03 | - |
| YUV | 208.1 | 16.77 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 11 | 0 | 0.12 | 0.96 | 0.00 | 52.35 | 0.99 | 0.52 |
| Hex | FE | DF | B | 0 | C | 60 | 0 | 34 | 63 | 34 |
| Octal | 376 | 337 | 13 | 0 | 14 | 140 | 0 | 64 | 143 | 64 |
| Binary | 11111110 | 11011111 | 1011 | 0 | 1100 | 1100000 | 0 | 110100 | 1100011 | 110100 |
Color Harmonies of #FEDF0B
Complementary color
Monochromatic Colors of #FEDF0B
Black with #FEDF0B
Text Example
Text Example
White with #FEDF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF0B; }
p { color: rgb(254,223,11); }
H1.HeaderClassName
{
color: #FEDF0B;
}
.AnyTagClassName
{
color: #FEDF0B;
}
</style>
background-color css
<style>
a { background-color: #FEDF0B; }
a { background-color: rgb(254,223,11); }
div.DivClassName
{
background-color: #FEDF0B;
}
.BgClassName
{
background-color: #FEDF0B;
}
</style>
border-color css
<style>
span { border-color: #FEDF0B; }
span { border-color: rgb(254,223,11); }
td.TdClassName
{
border-color: #FEDF0B;
}
.TagClassName
{
border-color: #FEDF0B;
}
</style>