Html Css Color HEX #F1EC4A Paris Daisy

📋 copy color: '#F1EC4A'

red 241 ◦ green 236 ◦ blue 74

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

Shades of Paris Daisy #F1EC4A

Tints of Paris Daisy #F1EC4A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.83%

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

R = 43.74%
G = 42.83%
B = 13.43%

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

#F1EC4A (or 0xF1EC4A) is known color: Paris Daisy. HEX triplet: F1, EC and 4A. RGB value is (241,236,74). Sum of RGB (Red+Green+Blue) = 241+236+74=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 74 (29.30% from 255 or 13.43% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EC4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1EC4A is #0E13B5. Grayscale: #DBDBDB. Windows color (decimal): -922550 or 4910321. OLE color: 4910321.

HSL color Cylindrical-coordinate representation of color #F1EC4A: hue angle of 58.2º 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 #F1EC4A is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 236 74 -
CMYK 0 0.02 0.69 0.05
HSL 58.2º 0.86% 0.62% -
HSV(B) 58.2º 0.69% 0.95% -
XYZ 67.51 79.19 18.21 -
YUV 219.03 46.16 143.67 -
System Red Green Blue C M Y K H S L
Decimal 241 236 74 0 0.02 0.69 0.05 58.2 0.86 0.62
Hex F1 EC 4A 0 2 45 5 3A 56 3E
Octal 361 354 112 0 2 105 5 72 126 76
Binary 11110001 11101100 1001010 0 10 1000101 101 111010 1010110 111110

Color Harmonies of #F1EC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EC4A

Black with #F1EC4A

Text Example


Text Example

White with #F1EC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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