Html Css Color HEX #F1E250 Paris Daisy

📋 copy color: '#F1E250'

red 241 ◦ green 226 ◦ blue 80

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

Shades of Paris Daisy #F1E250

Tints of Paris Daisy #F1E250

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.32%

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

R = 44.06%
G = 41.32%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F1E250 (or 0xF1E250) is known color: Paris Daisy. HEX triplet: F1, E2 and 50. RGB value is (241,226,80). Sum of RGB (Red+Green+Blue) = 241+226+80=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 80 (31.64% from 255 or 14.63% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E250 is #0E1DAF. Grayscale: #D6D6D6. Windows color (decimal): -925104 or 5300977. OLE color: 5300977.

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

Color convert

RGB 241 226 80 -
CMYK 0 0.06 0.67 0.05
HSL 54.41º 0.85% 0.63% -
HSV(B) 54.41º 0.67% 0.95% -
XYZ 64.92 73.67 18.39 -
YUV 213.84 52.47 147.37 -
System Red Green Blue C M Y K H S L
Decimal 241 226 80 0 0.06 0.67 0.05 54.41 0.85 0.63
Hex F1 E2 50 0 6 43 5 36 55 3F
Octal 361 342 120 0 6 103 5 66 125 77
Binary 11110001 11100010 1010000 0 110 1000011 101 110110 1010101 111111

Color Harmonies of #F1E250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E250

Black with #F1E250

Text Example


Text Example

White with #F1E250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E250; }

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

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

background-color css

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

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

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

border-color css

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

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

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