Html Css Color HEX #F2E152 Energy Yellow

📋 copy color: '#F2E152'

red 242 ◦ green 225 ◦ blue 82

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

Shades of Energy Yellow #F2E152

Tints of Energy Yellow #F2E152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.94%

R = 44.08%
G = 40.98%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F2E152 (or 0xF2E152) is known color: Energy Yellow. HEX triplet: F2, E1 and 52. RGB value is (242,225,82). Sum of RGB (Red+Green+Blue) = 242+225+82=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 82 (32.42% from 255 or 14.94% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E152 is #0D1EAD. Grayscale: #D6D6D6. Windows color (decimal): -859822 or 5431794. OLE color: 5431794.

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

Color convert

RGB 242 225 82 -
CMYK 0 0.07 0.66 0.05
HSL 53.63º 0.86% 0.64% -
HSV(B) 53.63º 0.66% 0.95% -
XYZ 65.07 73.34 18.71 -
YUV 213.78 53.63 148.13 -
System Red Green Blue C M Y K H S L
Decimal 242 225 82 0 0.07 0.66 0.05 53.63 0.86 0.64
Hex F2 E1 52 0 7 42 5 36 56 40
Octal 362 341 122 0 7 102 5 66 126 100
Binary 11110010 11100001 1010010 0 111 1000010 101 110110 1010110 1000000

Color Harmonies of #F2E152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E152

Black with #F2E152

Text Example


Text Example

White with #F2E152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E152; }

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

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

background-color css

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

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

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

border-color css

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

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

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