#F2E053

Color #F2E053 Energy Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Energy Yellow #F2E053

Tints of Energy Yellow #F2E053

Color information

#F2E053 (or 0xF2E053) is unknown color: approx Energy Yellow. HEX triplet: F2, E0 and 53. RGB value is (242,224,83). Sum of RGB (Red+Green+Blue) = 242+224+83=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 83 (32.81% from 255 or 15.12% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E053 is #0D1FAC. Grayscale: #D5D5D5. Windows color (decimal): -860077 or 5497074. OLE color: 5497074.

HSL color Cylindrical-coordinate representation of color #F2E053: hue angle of 53.21º 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 #F2E053 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB24222483-
CMYK00.070.660.05
HSL53.21º85.95%63.73%-
HSV(B)53.21º65.7%94.9%-
XYZ64.8372.8118.82-
YUV213.3154.46148.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 44.08%
GREEN value IS 224 (87.89% from 255) = 40.80%
BLUE value IS 83 (32.81% from 255) = 15.12%
R=44.08%
G=40.80%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422248300.070.660.0553.2185.9563.73
HexF2E05307425355640
Octal36234012307102565126100
Binary111100101110000010100110111100001010111010110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E053; }

 p { color: rgb(242,224,83); }

 H1.HeaderClassName
 {
   color: #F2E053;
 }
 .AnyTagClassName
 {
   color: #F2E053;
 }
</style>
background-color css

<style>
 a { background-color: #F2E053; }

 a { background-color: rgb(242,224,83); }

 div.DivClassName
 {
   background-color: #F2E053;
 }
 .BgClassName
 {
   background-color: #F2E053;
 }
</style>
border-color css

<style>
 span { border-color: #F2E053; }

 span { border-color: rgb(242,224,83); }

 td.TdClassName
 {
   border-color: #F2E053;
 }
 .TagClassName
 {
   border-color: #F2E053;
 }
</style>