Html Css Color HEX #F1E354 Paris Daisy

📋 copy color: '#F1E354'

red 241 ◦ green 227 ◦ blue 84

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

Shades of Paris Daisy #F1E354

Tints of Paris Daisy #F1E354

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.12%

 BLUE value IS 84 (33.2% from 255) = 15.22%

R = 43.66%
G = 41.12%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F1E354 (or 0xF1E354) is known color: Paris Daisy. HEX triplet: F1, E3 and 54. RGB value is (241,227,84). Sum of RGB (Red+Green+Blue) = 241+227+84=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 84 (33.20% from 255 or 15.22% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E354 is #0E1CAB. Grayscale: #D7D7D7. Windows color (decimal): -924844 or 5563377. OLE color: 5563377.

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

Color convert

RGB 241 227 84 -
CMYK 0 0.06 0.65 0.05
HSL 54.65º 0.85% 0.64% -
HSV(B) 54.65º 0.65% 0.95% -
XYZ 65.34 74.28 19.28 -
YUV 214.88 54.14 146.63 -
System Red Green Blue C M Y K H S L
Decimal 241 227 84 0 0.06 0.65 0.05 54.65 0.85 0.64
Hex F1 E3 54 0 6 41 5 37 55 40
Octal 361 343 124 0 6 101 5 67 125 100
Binary 11110001 11100011 1010100 0 110 1000001 101 110111 1010101 1000000

Color Harmonies of #F1E354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E354

Black with #F1E354

Text Example


Text Example

White with #F1E354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E354; }

 p { color: rgb(241,227,84); }

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

background-color css

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

 a { background-color: rgb(241,227,84); }

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

border-color css

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

 span { border-color: rgb(241,227,84); }

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