Shades of Energy Yellow #F2DF54
Tints of Energy Yellow #F2DF54
RGB
CMYK
RGB Variations
Color information
#F2DF54 (or 0xF2DF54) is known color: Energy Yellow. HEX triplet: F2, DF and 54. RGB value is (242,223,84). Sum of RGB (Red+Green+Blue) = 242+223+84=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 84 (33.20% from 255 or 15.30% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DF54 is #0D20AB. Grayscale: #D5D5D5. Windows color (decimal): -860332 or 5562354. OLE color: 5562354.
HSL color Cylindrical-coordinate representation of color #F2DF54: hue angle of 52.78º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2DF54 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 84 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.05 |
| HSL | 52.78º | 0.86% | 0.64% | - |
| HSV(B) | 52.78º | 0.65% | 0.95% | - |
| XYZ | 64.61 | 72.29 | 18.94 | - |
| YUV | 212.84 | 55.29 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 84 | 0 | 0.08 | 0.65 | 0.05 | 52.78 | 0.86 | 0.64 |
| Hex | F2 | DF | 54 | 0 | 8 | 41 | 5 | 35 | 56 | 40 |
| Octal | 362 | 337 | 124 | 0 | 10 | 101 | 5 | 65 | 126 | 100 |
| Binary | 11110010 | 11011111 | 1010100 | 0 | 1000 | 1000001 | 101 | 110101 | 1010110 | 1000000 |
Color Harmonies of #F2DF54
Complementary color
Monochromatic Colors of #F2DF54
Black with #F2DF54
Text Example
Text Example
White with #F2DF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF54; }
p { color: rgb(242,223,84); }
H1.HeaderClassName
{
color: #F2DF54;
}
.AnyTagClassName
{
color: #F2DF54;
}
</style>
background-color css
<style>
a { background-color: #F2DF54; }
a { background-color: rgb(242,223,84); }
div.DivClassName
{
background-color: #F2DF54;
}
.BgClassName
{
background-color: #F2DF54;
}
</style>
border-color css
<style>
span { border-color: #F2DF54; }
span { border-color: rgb(242,223,84); }
td.TdClassName
{
border-color: #F2DF54;
}
.TagClassName
{
border-color: #F2DF54;
}
</style>