#F0DC4D

Color #F0DC4D Energy Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Energy Yellow #F0DC4D

Tints of Energy Yellow #F0DC4D

Color information

#F0DC4D (or 0xF0DC4D) is unknown color: approx Energy Yellow. HEX triplet: F0, DC and 4D. RGB value is (240,220,77). Sum of RGB (Red+Green+Blue) = 240+220+77=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 77 (30.47% from 255 or 14.34% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DC4D is #0F23B2. Grayscale: #D2D2D2. Windows color (decimal): -992179 or 5102832. OLE color: 5102832.

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

Color convert

RGB24022077-
CMYK00.080.680.06
HSL52.64º84.46%62.16%-
HSV(B)52.64º67.92%94.12%-
XYZ62.8770.2517.27-
YUV209.6853.13149.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.69%
GREEN value IS 220 (86.33% from 255) = 40.97%
BLUE value IS 77 (30.47% from 255) = 14.34%
R=44.69%
G=40.97%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402207700.080.680.0652.6484.4662.16
HexF0DC4D0844635543e
Octal36033411501010466512476
Binary111100001101110010011010100010001001101101011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DC4D; }

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

 H1.HeaderClassName
 {
   color: #F0DC4D;
 }
 .AnyTagClassName
 {
   color: #F0DC4D;
 }
</style>
background-color css

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

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

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

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

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

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