Shades of Energy Yellow #F2DD53
Tints of Energy Yellow #F2DD53
RGB
CMYK
RGB Variations
Color information
#F2DD53 (or 0xF2DD53) is known color: Energy Yellow. HEX triplet: F2, DD and 53. RGB value is (242,221,83). Sum of RGB (Red+Green+Blue) = 242+221+83=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 83 (32.81% from 255 or 15.20% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DD53 is #0D22AC. Grayscale: #D4D4D4. Windows color (decimal): -860845 or 5496306. OLE color: 5496306.
HSL color Cylindrical-coordinate representation of color #F2DD53: hue angle of 52.08º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2DD53 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 83 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.05 |
| HSL | 52.08º | 0.86% | 0.64% | - |
| HSV(B) | 52.08º | 0.66% | 0.95% | - |
| XYZ | 64.04 | 71.21 | 18.55 | - |
| YUV | 211.55 | 55.46 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 83 | 0 | 0.09 | 0.66 | 0.05 | 52.08 | 0.86 | 0.64 |
| Hex | F2 | DD | 53 | 0 | 9 | 42 | 5 | 34 | 56 | 40 |
| Octal | 362 | 335 | 123 | 0 | 11 | 102 | 5 | 64 | 126 | 100 |
| Binary | 11110010 | 11011101 | 1010011 | 0 | 1001 | 1000010 | 101 | 110100 | 1010110 | 1000000 |
Color Harmonies of #F2DD53
Complementary color
Monochromatic Colors of #F2DD53
Black with #F2DD53
Text Example
Text Example
White with #F2DD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD53; }
p { color: rgb(242,221,83); }
H1.HeaderClassName
{
color: #F2DD53;
}
.AnyTagClassName
{
color: #F2DD53;
}
</style>
background-color css
<style>
a { background-color: #F2DD53; }
a { background-color: rgb(242,221,83); }
div.DivClassName
{
background-color: #F2DD53;
}
.BgClassName
{
background-color: #F2DD53;
}
</style>
border-color css
<style>
span { border-color: #F2DD53; }
span { border-color: rgb(242,221,83); }
td.TdClassName
{
border-color: #F2DD53;
}
.TagClassName
{
border-color: #F2DD53;
}
</style>