#F1F945

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

Shades of Paris Daisy #F1F945

Tints of Paris Daisy #F1F945

Color information

#F1F945 (or 0xF1F945) is unknown color: approx Paris Daisy. HEX triplet: F1, F9 and 45. RGB value is (241,249,69). Sum of RGB (Red+Green+Blue) = 241+249+69=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 69 (27.34% from 255 or 12.34% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F945 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F945 is #0E06BA. Grayscale: #E2E2E2. Windows color (decimal): -919227 or 4585969. OLE color: 4585969.

HSL color Cylindrical-coordinate representation of color #F1F945: hue angle of 62.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F1F945 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB24124969-
CMYK0.0300.720.02
HSL62.67º93.75%62.35%-
HSV(B)62.67º72.29%97.65%-
XYZ71.2386.8818.65-
YUV226.0939.35138.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.11%
GREEN value IS 249 (97.66% from 255) = 44.54%
BLUE value IS 69 (27.34% from 255) = 12.34%
R=43.11%
G=44.54%
B=12.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241249690.0300.720.0262.6793.7562.35
HexF1F945304823f5e3e
Octal3613711053011027713676
Binary111100011111100110001011101001000101111111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F945; }

 p { color: rgb(241,249,69); }

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

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

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

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

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

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

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