Html Css Color HEX #F1FD40 Paris Daisy

📋 copy color: '#F1FD40'

red 241 ◦ green 253 ◦ blue 64

#F1FD40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris Daisy #F1FD40

Tints of Paris Daisy #F1FD40

RGB

 RED value IS 241 (94.53% from 255) = 43.19%

 GREEN value IS 253 (99.22% from 255) = 45.34%

 BLUE value IS 64 (25.39% from 255) = 11.47%

R = 43.19%
G = 45.34%
B = 11.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#F1FD40 (or 0xF1FD40) is known color: Paris Daisy. HEX triplet: F1, FD and 40. RGB value is (241,253,64). Sum of RGB (Red+Green+Blue) = 241+253+64=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 64 (25.39% from 255 or 11.47% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FD40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FD40 is #0E02BF. Grayscale: #E4E4E4. Windows color (decimal): -918208 or 4259313. OLE color: 4259313.

HSL color Cylindrical-coordinate representation of color #F1FD40: hue angle of 63.81º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F1FD40 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 253 64 -
CMYK 0.05 0 0.75 0.01
HSL 63.81º 0.98% 0.62% -
HSV(B) 63.81º 0.75% 0.99% -
XYZ 72.33 89.32 18.28 -
YUV 227.87 35.52 137.37 -
System Red Green Blue C M Y K H S L
Decimal 241 253 64 0.05 0 0.75 0.01 63.81 0.98 0.62
Hex F1 FD 40 5 0 4B 1 40 62 3E
Octal 361 375 100 5 0 113 1 100 142 76
Binary 11110001 11111101 1000000 101 0 1001011 1 1000000 1100010 111110

Color Harmonies of #F1FD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FD40

Black with #F1FD40

Text Example


Text Example

White with #F1FD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FD40; }

 p { color: rgb(241,253,64); }

 H1.HeaderClassName
 {
   color: #F1FD40;
 }
 .AnyTagClassName
 {
   color: #F1FD40;
 }
</style>

background-color css

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

 a { background-color: rgb(241,253,64); }

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

border-color css

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

 span { border-color: rgb(241,253,64); }

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