Html Css Color HEX #F1E355 Paris Daisy

📋 copy color: '#F1E355'

red 241 ◦ green 227 ◦ blue 85

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

Shades of Paris Daisy #F1E355

Tints of Paris Daisy #F1E355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.37%

R = 43.58%
G = 41.05%
B = 15.37%

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

#F1E355 (or 0xF1E355) is known color: Paris Daisy. HEX triplet: F1, E3 and 55. RGB value is (241,227,85). Sum of RGB (Red+Green+Blue) = 241+227+85=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 85 (33.59% from 255 or 15.37% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E355 is #0E1CAA. Grayscale: #D7D7D7. Windows color (decimal): -924843 or 5628913. OLE color: 5628913.

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

Color convert

RGB 241 227 85 -
CMYK 0 0.06 0.65 0.05
HSL 54.62º 0.85% 0.64% -
HSV(B) 54.62º 0.65% 0.95% -
XYZ 65.38 74.29 19.49 -
YUV 215 54.64 146.55 -
System Red Green Blue C M Y K H S L
Decimal 241 227 85 0 0.06 0.65 0.05 54.62 0.85 0.64
Hex F1 E3 55 0 6 41 5 37 55 40
Octal 361 343 125 0 6 101 5 67 125 100
Binary 11110001 11100011 1010101 0 110 1000001 101 110111 1010101 1000000

Color Harmonies of #F1E355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E355

Black with #F1E355

Text Example


Text Example

White with #F1E355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E355; }

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

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

background-color css

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

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

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

border-color css

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

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

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