Html Css Color HEX #F1F64F Paris Daisy

📋 copy color: '#F1F64F'

red 241 ◦ green 246 ◦ blue 79

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

Shades of Paris Daisy #F1F64F

Tints of Paris Daisy #F1F64F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.46%

 BLUE value IS 79 (31.25% from 255) = 13.96%

R = 42.58%
G = 43.46%
B = 13.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F1F64F (or 0xF1F64F) is known color: Paris Daisy. HEX triplet: F1, F6 and 4F. RGB value is (241,246,79). Sum of RGB (Red+Green+Blue) = 241+246+79=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 79 (31.25% from 255 or 13.96% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F64F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F64F is #0E09B0. Grayscale: #E2E2E2. Windows color (decimal): -919985 or 5240561. OLE color: 5240561.

HSL color Cylindrical-coordinate representation of color #F1F64F: hue angle of 61.8º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1F64F is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 241 246 79 -
CMYK 0.02 0 0.68 0.04
HSL 61.8º 0.9% 0.64% -
HSV(B) 61.8º 0.68% 0.96% -
XYZ 70.64 85.18 20.11 -
YUV 225.47 45.34 139.08 -
System Red Green Blue C M Y K H S L
Decimal 241 246 79 0.02 0 0.68 0.04 61.8 0.9 0.64
Hex F1 F6 4F 2 0 44 4 3E 5A 40
Octal 361 366 117 2 0 104 4 76 132 100
Binary 11110001 11110110 1001111 10 0 1000100 100 111110 1011010 1000000

Color Harmonies of #F1F64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F64F

Black with #F1F64F

Text Example


Text Example

White with #F1F64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F64F; }

 p { color: rgb(241,246,79); }

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

background-color css

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

 a { background-color: rgb(241,246,79); }

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

border-color css

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

 span { border-color: rgb(241,246,79); }

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