#F1EC4A

Color #F1EC4A Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #F1EC4A

Tints of Paris Daisy #F1EC4A

Color information

#F1EC4A (or 0xF1EC4A) is unknown color: approx Paris Daisy. HEX triplet: F1, EC and 4A. RGB value is (241,236,74). Sum of RGB (Red+Green+Blue) = 241+236+74=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 74 (29.30% from 255 or 13.43% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EC4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1EC4A is #0E13B5. Grayscale: #DBDBDB. Windows color (decimal): -922550 or 4910321. OLE color: 4910321.

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

Color convert

RGB24123674-
CMYK00.020.690.05
HSL58.2º85.64%61.76%-
HSV(B)58.2º69.29%94.51%-
XYZ67.5179.1918.21-
YUV219.0346.16143.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.74%
GREEN value IS 236 (92.58% from 255) = 42.83%
BLUE value IS 74 (29.30% from 255) = 13.43%
R=43.74%
G=42.83%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412367400.020.690.0558.285.6461.76
HexF1EC4A024553a563e
Octal3613541120210557212676
Binary1111000111101100100101001010001011011110101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EC4A; }

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

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

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

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

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

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

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

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