#F1E854

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

Shades of Paris Daisy #F1E854

Tints of Paris Daisy #F1E854

Color information

#F1E854 (or 0xF1E854) is unknown color: approx Paris Daisy. HEX triplet: F1, E8 and 54. RGB value is (241,232,84). Sum of RGB (Red+Green+Blue) = 241+232+84=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 232 (91.02% from 255 or 41.65% from 557); Blue value is 84 (33.20% from 255 or 15.08% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E854 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1E854 is #0E17AB. Grayscale: #DADADA. Windows color (decimal): -923564 or 5564657. OLE color: 5564657.

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

Color convert

RGB24123284-
CMYK00.040.650.05
HSL56.56º84.86%63.73%-
HSV(B)56.56º65.15%94.51%-
XYZ66.7377.0519.74-
YUV217.8252.48144.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.27%
GREEN value IS 232 (91.02% from 255) = 41.65%
BLUE value IS 84 (33.20% from 255) = 15.08%
R=43.27%
G=41.65%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412328400.040.650.0556.5684.8663.73
HexF1E85404415395540
Octal36135012404101571125100
Binary111100011110100010101000100100000110111100110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E854; }

 p { color: rgb(241,232,84); }

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

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

 a { background-color: rgb(241,232,84); }

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

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

 span { border-color: rgb(241,232,84); }

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