Html Css Color HEX #F0D74D Energy Yellow

📋 copy color: '#F0D74D'

red 240 ◦ green 215 ◦ blue 77

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

Shades of Energy Yellow #F0D74D

Tints of Energy Yellow #F0D74D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.41%

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

R = 45.11%
G = 40.41%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0D74D (or 0xF0D74D) is known color: Energy Yellow. HEX triplet: F0, D7 and 4D. RGB value is (240,215,77). Sum of RGB (Red+Green+Blue) = 240+215+77=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 77 (30.47% from 255 or 14.47% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D74D is #0F28B2. Grayscale: #CFCFCF. Windows color (decimal): -993459 or 5101552. OLE color: 5101552.

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

Color convert

RGB 240 215 77 -
CMYK 0 0.10 0.68 0.06
HSL 50.8º 0.84% 0.62% -
HSV(B) 50.8º 0.68% 0.94% -
XYZ 61.58 67.66 16.84 -
YUV 206.74 54.78 151.72 -
System Red Green Blue C M Y K H S L
Decimal 240 215 77 0 0.10 0.68 0.06 50.8 0.84 0.62
Hex F0 D7 4D 0 A 44 6 33 54 3E
Octal 360 327 115 0 12 104 6 63 124 76
Binary 11110000 11010111 1001101 0 1010 1000100 110 110011 1010100 111110

Color Harmonies of #F0D74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D74D

Black with #F0D74D

Text Example


Text Example

White with #F0D74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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