#F1DC4A

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

Shades of Energy Yellow #F1DC4A

Tints of Energy Yellow #F1DC4A

Color information

#F1DC4A (or 0xF1DC4A) is unknown color: approx Energy Yellow. HEX triplet: F1, DC and 4A. RGB value is (241,220,74). Sum of RGB (Red+Green+Blue) = 241+220+74=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 74 (29.30% from 255 or 13.83% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DC4A is #0E23B5. Grayscale: #D2D2D2. Windows color (decimal): -926646 or 4906225. OLE color: 4906225.

HSL color Cylindrical-coordinate representation of color #F1DC4A: hue angle of 52.46º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F1DC4A is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24122074-
CMYK00.090.690.05
HSL52.46º85.64%61.76%-
HSV(B)52.46º69.29%94.51%-
XYZ63.170.3816.74-
YUV209.6451.46150.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.05%
GREEN value IS 220 (86.33% from 255) = 41.12%
BLUE value IS 74 (29.30% from 255) = 13.83%
R=45.05%
G=41.12%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412207400.090.690.0552.4685.6461.76
HexF1DC4A0945534563e
Octal36133411201110556412676
Binary111100011101110010010100100110001011011101001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DC4A; }

 p { color: rgb(241,220,74); }

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

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

 a { background-color: rgb(241,220,74); }

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

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

 span { border-color: rgb(241,220,74); }

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