#F1EE4A

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

Shades of Paris Daisy #F1EE4A

Tints of Paris Daisy #F1EE4A

Color information

#F1EE4A (or 0xF1EE4A) is unknown color: approx Paris Daisy. HEX triplet: F1, EE and 4A. RGB value is (241,238,74). Sum of RGB (Red+Green+Blue) = 241+238+74=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 74 (29.30% from 255 or 13.38% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1EE4A is #0E11B5. Grayscale: #DCDCDC. Windows color (decimal): -922038 or 4910833. OLE color: 4910833.

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

Color convert

RGB24123874-
CMYK00.010.690.05
HSL58.92º85.64%61.76%-
HSV(B)58.92º69.29%94.51%-
XYZ68.0980.3418.4-
YUV220.245.49142.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.58%
GREEN value IS 238 (93.36% from 255) = 43.04%
BLUE value IS 74 (29.30% from 255) = 13.38%
R=43.58%
G=43.04%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412387400.010.690.0558.9285.6461.76
HexF1EE4A014553b563e
Octal3613561120110557312676
Binary111100011110111010010100110001011011110111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EE4A; }

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

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

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

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

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

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

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

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