Html Css Color HEX #F0D64E Energy Yellow

📋 copy color: '#F0D64E'

red 240 ◦ green 214 ◦ blue 78

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

Shades of Energy Yellow #F0D64E

Tints of Energy Yellow #F0D64E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.23%

 BLUE value IS 78 (30.86% from 255) = 14.66%

R = 45.11%
G = 40.23%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0D64E (or 0xF0D64E) is known color: Energy Yellow. HEX triplet: F0, D6 and 4E. RGB value is (240,214,78). Sum of RGB (Red+Green+Blue) = 240+214+78=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 78 (30.86% from 255 or 14.66% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D64E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D64E is #0F29B1. Grayscale: #CECECE. Windows color (decimal): -993714 or 5166832. OLE color: 5166832.

HSL color Cylindrical-coordinate representation of color #F0D64E: hue angle of 50.37º 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 #F0D64E is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 214 78 -
CMYK 0 0.11 0.68 0.06
HSL 50.37º 0.84% 0.62% -
HSV(B) 50.37º 0.68% 0.94% -
XYZ 61.36 67.17 16.94 -
YUV 206.27 55.61 152.06 -
System Red Green Blue C M Y K H S L
Decimal 240 214 78 0 0.11 0.68 0.06 50.37 0.84 0.62
Hex F0 D6 4E 0 B 44 6 32 54 3E
Octal 360 326 116 0 13 104 6 62 124 76
Binary 11110000 11010110 1001110 0 1011 1000100 110 110010 1010100 111110

Color Harmonies of #F0D64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D64E

Black with #F0D64E

Text Example


Text Example

White with #F0D64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D64E; }

 p { color: rgb(240,214,78); }

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

background-color css

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

 a { background-color: rgb(240,214,78); }

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

border-color css

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

 span { border-color: rgb(240,214,78); }

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