#F1EA4D

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

Shades of Paris Daisy #F1EA4D

Tints of Paris Daisy #F1EA4D

Color information

#F1EA4D (or 0xF1EA4D) is unknown color: approx Paris Daisy. HEX triplet: F1, EA and 4D. RGB value is (241,234,77). Sum of RGB (Red+Green+Blue) = 241+234+77=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 77 (30.47% from 255 or 13.95% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1EA4D is #0E15B2. Grayscale: #DADADA. Windows color (decimal): -923059 or 5106417. OLE color: 5106417.

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

Color convert

RGB24123477-
CMYK00.030.680.05
HSL57.44º85.42%62.35%-
HSV(B)57.44º68.05%94.51%-
XYZ67.0478.0818.56-
YUV218.248.32144.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.66%
GREEN value IS 234 (91.80% from 255) = 42.39%
BLUE value IS 77 (30.47% from 255) = 13.95%
R=43.66%
G=42.39%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412347700.030.680.0557.4485.4262.35
HexF1EA4D0344539553e
Octal3613521150310457112576
Binary1111000111101010100110101110001001011110011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EA4D; }

 p { color: rgb(241,234,77); }

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

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

 a { background-color: rgb(241,234,77); }

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

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

 span { border-color: rgb(241,234,77); }

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