#F1E14F

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

Shades of Energy Yellow #F1E14F

Tints of Energy Yellow #F1E14F

Color information

#F1E14F (or 0xF1E14F) is unknown color: approx Energy Yellow. HEX triplet: F1, E1 and 4F. RGB value is (241,225,79). Sum of RGB (Red+Green+Blue) = 241+225+79=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 79 (31.25% from 255 or 14.50% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E14F is #0E1EB0. Grayscale: #D5D5D5. Windows color (decimal): -925361 or 5235185. OLE color: 5235185.

HSL color Cylindrical-coordinate representation of color #F1E14F: hue angle of 54.07º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F1E14F is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB24122579-
CMYK00.070.670.05
HSL54.07º85.26%62.75%-
HSV(B)54.07º67.22%94.51%-
XYZ64.6173.1218.1-
YUV213.1452.3147.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.22%
GREEN value IS 225 (88.28% from 255) = 41.28%
BLUE value IS 79 (31.25% from 255) = 14.50%
R=44.22%
G=41.28%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412257900.070.670.0554.0785.2662.75
HexF1E14F0743536553f
Octal3613411170710356612577
Binary11110001111000011001111011110000111011101101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E14F; }

 p { color: rgb(241,225,79); }

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

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

 a { background-color: rgb(241,225,79); }

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

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

 span { border-color: rgb(241,225,79); }

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