Html Css Color HEX #F1F94A Paris Daisy

📋 copy color: '#F1F94A'

red 241 ◦ green 249 ◦ blue 74

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

Shades of Paris Daisy #F1F94A

Tints of Paris Daisy #F1F94A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.15%

 BLUE value IS 74 (29.3% from 255) = 13.12%

R = 42.73%
G = 44.15%
B = 13.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F1F94A (or 0xF1F94A) is known color: Paris Daisy. HEX triplet: F1, F9 and 4A. RGB value is (241,249,74). Sum of RGB (Red+Green+Blue) = 241+249+74=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 74 (29.30% from 255 or 13.12% from 564); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F94A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F94A is #0E06B5. Grayscale: #E3E3E3. Windows color (decimal): -919222 or 4913649. OLE color: 4913649.

HSL color Cylindrical-coordinate representation of color #F1F94A: hue angle of 62.74º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1F94A is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 249 74 -
CMYK 0.03 0 0.70 0.02
HSL 62.74º 0.94% 0.63% -
HSV(B) 62.74º 0.7% 0.98% -
XYZ 71.39 86.95 19.5 -
YUV 226.66 41.85 138.23 -
System Red Green Blue C M Y K H S L
Decimal 241 249 74 0.03 0 0.70 0.02 62.74 0.94 0.63
Hex F1 F9 4A 3 0 46 2 3F 5E 3F
Octal 361 371 112 3 0 106 2 77 136 77
Binary 11110001 11111001 1001010 11 0 1000110 10 111111 1011110 111111

Color Harmonies of #F1F94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F94A

Black with #F1F94A

Text Example


Text Example

White with #F1F94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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