#F1FE4A

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

Shades of Paris Daisy #F1FE4A

Tints of Paris Daisy #F1FE4A

Color information

#F1FE4A (or 0xF1FE4A) is unknown color: approx Paris Daisy. HEX triplet: F1, FE and 4A. RGB value is (241,254,74). Sum of RGB (Red+Green+Blue) = 241+254+74=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 74 (29.30% from 255 or 13.01% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FE4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FE4A is #0E01B5. Grayscale: #E6E6E6. Windows color (decimal): -917942 or 4914929. OLE color: 4914929.

HSL color Cylindrical-coordinate representation of color #F1FE4A: hue angle of 64.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F1FE4A is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB24125474-
CMYK0.0500.710.00
HSL64.33º98.9%64.31%-
HSV(B)64.33º70.87%99.61%-
XYZ72.9590.0820.02-
YUV229.5940.19136.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.36%
GREEN value IS 254 (99.61% from 255) = 44.64%
BLUE value IS 74 (29.30% from 255) = 13.01%
R=42.36%
G=44.64%
B=13.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal241254740.0500.710.0064.3398.964.31
HexF1FE4A50470406340
Octal361376112501070100143100
Binary11110001111111101001010101010001110100000011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FE4A; }

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

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

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

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

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

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

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

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