#F1D34A

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

Shades of Energy Yellow #F1D34A

Tints of Energy Yellow #F1D34A

Color information

#F1D34A (or 0xF1D34A) is unknown color: approx Energy Yellow. HEX triplet: F1, D3 and 4A. RGB value is (241,211,74). Sum of RGB (Red+Green+Blue) = 241+211+74=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 74 (29.30% from 255 or 14.07% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D34A is #0E2CB5. Grayscale: #CCCCCC. Windows color (decimal): -928950 or 4903921. OLE color: 4903921.

HSL color Cylindrical-coordinate representation of color #F1D34A: hue angle of 49.22º 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 #F1D34A is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24121174-
CMYK00.120.690.05
HSL49.22º85.64%61.76%-
HSV(B)49.22º69.29%94.51%-
XYZ60.8165.7815.97-
YUV204.3554.44154.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.82%
GREEN value IS 211 (82.81% from 255) = 40.11%
BLUE value IS 74 (29.30% from 255) = 14.07%
R=45.82%
G=40.11%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412117400.120.690.0549.2285.6461.76
HexF1D34A0C45531563e
Octal36132311201410556112676
Binary111100011101001110010100110010001011011100011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D34A; }

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

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

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

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

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

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

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

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