Html Css Color HEX #F2E158 Energy Yellow

📋 copy color: '#F2E158'

red 242 ◦ green 225 ◦ blue 88

#F2E158
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Energy Yellow #F2E158

Tints of Energy Yellow #F2E158

RGB

 RED value IS 242 (94.92% from 255) = 43.6%

 GREEN value IS 225 (88.28% from 255) = 40.54%

 BLUE value IS 88 (34.77% from 255) = 15.86%

R = 43.6%
G = 40.54%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F2E158 (or 0xF2E158) is known color: Energy Yellow. HEX triplet: F2, E1 and 58. RGB value is (242,225,88). Sum of RGB (Red+Green+Blue) = 242+225+88=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 88 (34.77% from 255 or 15.86% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E158 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E158 is #0D1EA7. Grayscale: #D7D7D7. Windows color (decimal): -859816 or 5825010. OLE color: 5825010.

HSL color Cylindrical-coordinate representation of color #F2E158: hue angle of 53.38º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2E158 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 225 88 -
CMYK 0 0.07 0.64 0.05
HSL 53.38º 0.86% 0.65% -
HSV(B) 53.38º 0.64% 0.95% -
XYZ 65.3 73.43 19.96 -
YUV 214.47 56.63 147.64 -
System Red Green Blue C M Y K H S L
Decimal 242 225 88 0 0.07 0.64 0.05 53.38 0.86 0.65
Hex F2 E1 58 0 7 40 5 35 56 41
Octal 362 341 130 0 7 100 5 65 126 101
Binary 11110010 11100001 1011000 0 111 1000000 101 110101 1010110 1000001

Color Harmonies of #F2E158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E158

Black with #F2E158

Text Example


Text Example

White with #F2E158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E158; }

 p { color: rgb(242,225,88); }

 H1.HeaderClassName
 {
   color: #F2E158;
 }
 .AnyTagClassName
 {
   color: #F2E158;
 }
</style>

background-color css

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

 a { background-color: rgb(242,225,88); }

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

border-color css

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

 span { border-color: rgb(242,225,88); }

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