Html Css Color HEX #F0E14D Energy Yellow

📋 copy color: '#F0E14D'

red 240 ◦ green 225 ◦ blue 77

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

Shades of Energy Yellow #F0E14D

Tints of Energy Yellow #F0E14D

RGB

 RED value IS 240 (94.14% from 255) = 44.28%

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

 BLUE value IS 77 (30.47% from 255) = 14.21%

R = 44.28%
G = 41.51%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0E14D (or 0xF0E14D) is known color: Energy Yellow. HEX triplet: F0, E1 and 4D. RGB value is (240,225,77). Sum of RGB (Red+Green+Blue) = 240+225+77=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 77 (30.47% from 255 or 14.21% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E14D is #0F1EB2. Grayscale: #D5D5D5. Windows color (decimal): -990899 or 5104112. OLE color: 5104112.

HSL color Cylindrical-coordinate representation of color #F0E14D: hue angle of 54.48º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0E14D is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 225 77 -
CMYK 0 0.06 0.68 0.06
HSL 54.48º 0.84% 0.62% -
HSV(B) 54.48º 0.68% 0.94% -
XYZ 64.2 72.91 17.71 -
YUV 212.61 51.47 147.53 -
System Red Green Blue C M Y K H S L
Decimal 240 225 77 0 0.06 0.68 0.06 54.48 0.84 0.62
Hex F0 E1 4D 0 6 44 6 36 54 3E
Octal 360 341 115 0 6 104 6 66 124 76
Binary 11110000 11100001 1001101 0 110 1000100 110 110110 1010100 111110

Color Harmonies of #F0E14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E14D

Black with #F0E14D

Text Example


Text Example

White with #F0E14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E14D; }

 p { color: rgb(240,225,77); }

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

background-color css

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

 a { background-color: rgb(240,225,77); }

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

border-color css

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

 span { border-color: rgb(240,225,77); }

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