#F1D64A

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

Shades of Energy Yellow #F1D64A

Tints of Energy Yellow #F1D64A

Color information

#F1D64A (or 0xF1D64A) is unknown color: approx Energy Yellow. HEX triplet: F1, D6 and 4A. RGB value is (241,214,74). Sum of RGB (Red+Green+Blue) = 241+214+74=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 74 (29.30% from 255 or 13.99% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D64A is #0E29B5. Grayscale: #CECECE. Windows color (decimal): -928182 or 4904689. OLE color: 4904689.

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

Color convert

RGB24121474-
CMYK00.110.690.05
HSL50.3º85.64%61.76%-
HSV(B)50.3º69.29%94.51%-
XYZ61.5667.2916.22-
YUV206.1153.45152.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.56%
GREEN value IS 214 (83.98% from 255) = 40.45%
BLUE value IS 74 (29.30% from 255) = 13.99%
R=45.56%
G=40.45%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412147400.110.690.0550.385.6461.76
HexF1D64A0B45532563e
Octal36132611201310556212676
Binary111100011101011010010100101110001011011100101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D64A; }

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

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

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

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

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

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

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

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