Html Css Color HEX #F1E550 Paris Daisy

📋 copy color: '#F1E550'

red 241 ◦ green 229 ◦ blue 80

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

Shades of Paris Daisy #F1E550

Tints of Paris Daisy #F1E550

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.64%

 BLUE value IS 80 (31.64% from 255) = 14.55%

R = 43.82%
G = 41.64%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F1E550 (or 0xF1E550) is known color: Paris Daisy. HEX triplet: F1, E5 and 50. RGB value is (241,229,80). Sum of RGB (Red+Green+Blue) = 241+229+80=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 229 (89.84% from 255 or 41.64% from 550); Blue value is 80 (31.64% from 255 or 14.55% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E550 is #0E1AAF. Grayscale: #D8D8D8. Windows color (decimal): -924336 or 5301745. OLE color: 5301745.

HSL color Cylindrical-coordinate representation of color #F1E550: hue angle of 55.53º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F1E550 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 229 80 -
CMYK 0 0.05 0.67 0.05
HSL 55.53º 0.85% 0.63% -
HSV(B) 55.53º 0.67% 0.95% -
XYZ 65.74 75.32 18.66 -
YUV 215.6 51.48 146.12 -
System Red Green Blue C M Y K H S L
Decimal 241 229 80 0 0.05 0.67 0.05 55.53 0.85 0.63
Hex F1 E5 50 0 5 43 5 38 55 3F
Octal 361 345 120 0 5 103 5 70 125 77
Binary 11110001 11100101 1010000 0 101 1000011 101 111000 1010101 111111

Color Harmonies of #F1E550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E550

Black with #F1E550

Text Example


Text Example

White with #F1E550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E550; }

 p { color: rgb(241,229,80); }

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

background-color css

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

 a { background-color: rgb(241,229,80); }

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

border-color css

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

 span { border-color: rgb(241,229,80); }

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