#F4DC48

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

Shades of Energy Yellow #F4DC48

Tints of Energy Yellow #F4DC48

Color information

#F4DC48 (or 0xF4DC48) is unknown color: approx Energy Yellow. HEX triplet: F4, DC and 48. RGB value is (244,220,72). Sum of RGB (Red+Green+Blue) = 244+220+72=536 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.52% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 72 (28.52% from 255 or 13.43% from 536); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DC48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DC48 is #0B23B7. Grayscale: #D2D2D2. Windows color (decimal): -730040 or 4775156. OLE color: 4775156.

HSL color Cylindrical-coordinate representation of color #F4DC48: hue angle of 51.63º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4DC48 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB24422072-
CMYK00.100.700.04
HSL51.63º88.66%61.96%-
HSV(B)51.63º70.49%95.69%-
XYZ64.0770.8916.44-
YUV210.349.95152.03-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.52%
GREEN value IS 220 (86.33% from 255) = 41.04%
BLUE value IS 72 (28.52% from 255) = 13.43%
R=45.52%
G=41.04%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442207200.100.700.0451.6388.6661.96
HexF4DC480A46434593e
Octal36433411001210646413176
Binary111101001101110010010000101010001101001101001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DC48; }

 p { color: rgb(244,220,72); }

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

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

 a { background-color: rgb(244,220,72); }

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

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

 span { border-color: rgb(244,220,72); }

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