Html Css Color HEX #F1FA3D Paris Daisy

📋 copy color: '#F1FA3D'

red 241 ◦ green 250 ◦ blue 61

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

Shades of Paris Daisy #F1FA3D

Tints of Paris Daisy #F1FA3D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.29%

 BLUE value IS 61 (24.22% from 255) = 11.05%

R = 43.66%
G = 45.29%
B = 11.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F1FA3D (or 0xF1FA3D) is known color: Paris Daisy. HEX triplet: F1, FA and 3D. RGB value is (241,250,61). Sum of RGB (Red+Green+Blue) = 241+250+61=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 61 (24.22% from 255 or 11.05% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FA3D is #0E05C2. Grayscale: #E2E2E2. Windows color (decimal): -918979 or 4061937. OLE color: 4061937.

HSL color Cylindrical-coordinate representation of color #F1FA3D: hue angle of 62.86º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1FA3D is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 250 61 -
CMYK 0.04 0 0.76 0.02
HSL 62.86º 0.95% 0.61% -
HSV(B) 62.86º 0.76% 0.98% -
XYZ 71.3 87.41 17.53 -
YUV 225.76 35.02 138.87 -
System Red Green Blue C M Y K H S L
Decimal 241 250 61 0.04 0 0.76 0.02 62.86 0.95 0.61
Hex F1 FA 3D 4 0 4C 2 3F 5F 3D
Octal 361 372 75 4 0 114 2 77 137 75
Binary 11110001 11111010 111101 100 0 1001100 10 111111 1011111 111101

Color Harmonies of #F1FA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FA3D

Black with #F1FA3D

Text Example


Text Example

White with #F1FA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FA3D; }

 p { color: rgb(241,250,61); }

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

background-color css

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

 a { background-color: rgb(241,250,61); }

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

border-color css

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

 span { border-color: rgb(241,250,61); }

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