Html Css Color HEX #F1ED4A Paris Daisy

📋 copy color: '#F1ED4A'

red 241 ◦ green 237 ◦ blue 74

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

Shades of Paris Daisy #F1ED4A

Tints of Paris Daisy #F1ED4A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.93%

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

R = 43.66%
G = 42.93%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1ED4A (or 0xF1ED4A) is known color: Paris Daisy. HEX triplet: F1, ED and 4A. RGB value is (241,237,74). Sum of RGB (Red+Green+Blue) = 241+237+74=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 74 (29.30% from 255 or 13.41% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1ED4A is #0E12B5. Grayscale: #DCDCDC. Windows color (decimal): -922294 or 4910577. OLE color: 4910577.

HSL color Cylindrical-coordinate representation of color #F1ED4A: hue angle of 58.56º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F1ED4A is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 237 74 -
CMYK 0 0.02 0.69 0.05
HSL 58.56º 0.86% 0.62% -
HSV(B) 58.56º 0.69% 0.95% -
XYZ 67.8 79.76 18.3 -
YUV 219.61 45.83 143.25 -
System Red Green Blue C M Y K H S L
Decimal 241 237 74 0 0.02 0.69 0.05 58.56 0.86 0.62
Hex F1 ED 4A 0 2 45 5 3B 56 3E
Octal 361 355 112 0 2 105 5 73 126 76
Binary 11110001 11101101 1001010 0 10 1000101 101 111011 1010110 111110

Color Harmonies of #F1ED4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ED4A

Black with #F1ED4A

Text Example


Text Example

White with #F1ED4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ED4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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