#F1F141

Color #F1F141 Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #F1F141

Tints of Paris Daisy #F1F141

Color information

#F1F141 (or 0xF1F141) is unknown color: approx Paris Daisy. HEX triplet: F1, F1 and 41. RGB value is (241,241,65). Sum of RGB (Red+Green+Blue) = 241+241+65=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 65 (25.78% from 255 or 11.88% from 547); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F141 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F141 is #0E0EBE. Grayscale: #DDDDDD. Windows color (decimal): -921279 or 4321777. OLE color: 4321777.

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

Color convert

RGB24124165-
CMYK000.730.05
HSL60º86.27%60%-
HSV(B)60º73.03%94.51%-
XYZ68.6981.9917.21-
YUV220.9440142.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.06%
GREEN value IS 241 (94.53% from 255) = 44.06%
BLUE value IS 65 (25.78% from 255) = 11.88%
R=44.06%
G=44.06%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124165000.730.056086.2760
HexF1F141004953c563c
Octal3613611010011157412674
Binary111100011111000110000010010010011011111001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F141; }

 p { color: rgb(241,241,65); }

 H1.HeaderClassName
 {
   color: #F1F141;
 }
 .AnyTagClassName
 {
   color: #F1F141;
 }
</style>
background-color css

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

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

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

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

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

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