Shades of Energy Yellow #FED64B
Tints of Energy Yellow #FED64B
RGB
CMYK
RGB Variations
Color information
#FED64B (or 0xFED64B) is known color: Energy Yellow. HEX triplet: FE, D6 and 4B. RGB value is (254,214,75). Sum of RGB (Red+Green+Blue) = 254+214+75=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 75 (29.69% from 255 or 13.81% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FED64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED64B is #0129B4. Grayscale: #D2D2D2. Windows color (decimal): -76213 or 4970238. OLE color: 4970238.
HSL color Cylindrical-coordinate representation of color #FED64B: hue angle of 46.59º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FED64B is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 75 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.00 |
| HSL | 46.59º | 0.99% | 0.65% | - |
| HSV(B) | 46.59º | 0.7% | 1% | - |
| XYZ | 66.19 | 69.67 | 16.62 | - |
| YUV | 210.11 | 51.75 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 75 | 0 | 0.16 | 0.70 | 0.00 | 46.59 | 0.99 | 0.65 |
| Hex | FE | D6 | 4B | 0 | 10 | 46 | 0 | 2F | 63 | 41 |
| Octal | 376 | 326 | 113 | 0 | 20 | 106 | 0 | 57 | 143 | 101 |
| Binary | 11111110 | 11010110 | 1001011 | 0 | 10000 | 1000110 | 0 | 101111 | 1100011 | 1000001 |
Color Harmonies of #FED64B
Complementary color
Monochromatic Colors of #FED64B
Black with #FED64B
Text Example
Text Example
White with #FED64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED64B; }
p { color: rgb(254,214,75); }
H1.HeaderClassName
{
color: #FED64B;
}
.AnyTagClassName
{
color: #FED64B;
}
</style>
background-color css
<style>
a { background-color: #FED64B; }
a { background-color: rgb(254,214,75); }
div.DivClassName
{
background-color: #FED64B;
}
.BgClassName
{
background-color: #FED64B;
}
</style>
border-color css
<style>
span { border-color: #FED64B; }
span { border-color: rgb(254,214,75); }
td.TdClassName
{
border-color: #FED64B;
}
.TagClassName
{
border-color: #FED64B;
}
</style>